:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:rgba(0,0,0,0)}.slick-list,.slick-slider{position:relative;display:block}.slick-list{height:240px;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}.slick-slide>div{width:100%;display:flex}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block;cursor:pointer}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:flex;justify-content:center}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/_next/static/media/ajax-loader.52f35709.gif) 50% no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(/_next/static/media/slick.25572f22.eot);src:url(/_next/static/media/slick.25572f22.eot) format("embedded-opentype"),url(/_next/static/media/slick.653a4cbb.woff) format("woff"),url(/_next/static/media/slick.6aa1ee46.ttf) format("truetype"),url(/_next/static/media/slick.f895cfdf.svg) format("svg")}.slick-next,.slick-prev{background-color:rgba(0,0,0,.19);font-size:0;line-height:0;position:absolute;top:50%;margin-top:-60px;z-index:99;display:inline-flex!important;align-items:center;justify-content:center;width:30px;height:60px;padding:0;border-radius:4px;cursor:pointer;border:none;outline:none}.slick-next:hover,.slick-prev:hover{background-color:rgba(52,63,153,.4)}.slick-prev{left:-5px}.slick-prev:before{color:hsla(0,0%,100%,.8);content:"<";font-size:14px}.slick-next{right:-5px}.slick-next:before{color:hsla(0,0%,100%,.8);content:">";font-size:14px}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:0;height:20px;display:flex!important;justify-content:center;align-items:center;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:flex;margin:0 2px;padding:0;cursor:pointer}.slick-dots li .custome-pagi_0051{background-color:rgba(0,0,0,.1);display:inline-flex;width:8px;height:8px;border-radius:4px}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:10px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:1;color:#343f99}.slick-dots li.slick-active .custome-pagi_0051{background-color:#343f99;display:inline-flex;width:20px;height:8px;border-radius:4px}*{box-sizing:border-box;font-family:PingFang SC Regular,PingFang SC Medium,Microsoft YaHei,system-ui,sans-serif;outline-width:0;outline-style:none}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;line-height:1.5;font-size:14px;font-weight:400;font-style:normal;background-color:#f4f4f4}::selection{color:#f4f4f4;background-color:#343f99}p{-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0}ol,ul{list-style:none}img:focus,video:focus{outline:none}i{font-style:normal}b,strong{font-weight:400}a{text-decoration:none;color:#000}hr{margin-top:8px;margin-bottom:8px}menu{margin:0;padding:0}:focus,:focus-visible{outline:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar,::-webkit-scrollbar-thumb{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;border-radius:2px}::-webkit-scrollbar-thumb{background:rgba(50,50,50,.3)}::-webkit-scrollbar-track{border-radius:0;background:rgba(50,50,50,.1);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}*{margin:0;padding:0}.icon{width:16px;height:16px;fill:currentColor;overflow:hidden}#root{width:100%;height:100vh}.size12{font-size:12px}.size13{font-size:13px}.size14{font-size:14px}.size15{font-size:15px}.size16{font-size:16px}.size17{font-size:17px}.size18{font-size:18px}.size19{font-size:19px}.size20{font-size:20px}.public-echarts{width:calc(100vw - 813px)}.MuiTooltip-popper{z-index:9999999!important}.content-all-middle{width:100%;min-width:1280px;max-width:1920px}@font-face{font-family:DIN Alternate;src:url(https://file.smartsalary.cn/fonts/DIN%20Alternate%20Bold.ttf)}@font-face{font-family:PingFangSC Regular;src:url(https://file.smartsalary.cn/fonts/PingFang-SC-Regular.ttf)}@font-face{font-family:Roboto,system-ui;src:url("/_next/static/media/DIN Condensed Bold.24b04dd2.ttf")}@font-face{font-family:Roboto;src:url(https://file.smartsalary.cn/fonts/Roboto/Roboto-Bold.ttf)}.index-banner-warp{display:flex;align-items:center;justify-content:center}.index-banner-warp .banner-content{border-radius:5px;box-shadow:0 0 10px 0 rgba(0,0,0,.08);position:relative}.index-banner-warp .banner-content img{width:655px}.index-banner-warp .banner-content .close{position:absolute;right:10px;top:10px;cursor:pointer}.index-banner-warp .banner-content .action{position:absolute;left:50%;bottom:40px;width:90px;height:30px;background-color:#343f99;text-align:center;line-height:30px;font-size:12px;border-radius:5px;color:#fff;margin-left:-45px}.header-comp{display:flex;justify-content:center;position:fixed;top:0;left:0;width:100%;z-index:1001}.header-comp .header-container{width:100%;min-width:1280px;max-width:1920px;display:flex;justify-content:space-between;align-items:center;padding:0 40px}.header-comp .header-container .logo-15{font-size:28px;cursor:pointer}.header-comp .header-container .header-menu{flex:1 1;height:100%;display:flex;padding-left:70px}.header-comp .header-container .header-menu .menu-100{display:inline-flex;height:100%}.header-comp .header-container .header-left{display:inline-flex}.header-comp .header-container .header-left img{width:100px;cursor:pointer}.header-comp .header-container .header-right{display:inline-flex;height:100%}.header-comp .header-container .header-right .right-90{width:100%;display:inline-flex;justify-content:space-between;align-items:center}.header-comp .header-container .header-right .right-90 .line-910{height:100%;display:inline-flex;align-items:center}.header-comp .header-container .header-right .right-90 .line-1110{display:inline-flex;height:12px;width:2px;background-color:#ececec}.header-comp .header-container .header-right .message-30,.header-comp .header-container .header-right .user-30{position:relative;width:60px;height:100%;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.header-comp .header-container .header-right .message-30 .message-11,.header-comp .header-container .header-right .user-30 .message-11{font-size:22px}.header-comp .header-container .header-right .message-30 .white-55,.header-comp .header-container .header-right .user-30 .white-55{color:#fff}.header-comp .header-container .header-right .message-30 .black-55,.header-comp .header-container .header-right .user-30 .black-55{color:#485259}.header-comp .header-container .header-right .message-30 sup,.header-comp .header-container .header-right .user-30 sup{color:#fff;display:inline-flex;align-items:center;justify-content:center;position:absolute;top:15px;right:10px;height:12px;padding:0 3px;border-radius:4px;line-height:1;background-color:#fa6400}.opacity-header{background-color:hsla(0,0%,100%,.1)}.primary-header{background-color:#343f99}.white-header{background-color:#fff}.user-pop_50{display:flex;position:fixed;left:0;width:100%;justify-content:center}.user-pop_50 .user-pop_51{display:flex;justify-content:flex-end;width:100%;max-width:1920px;min-width:1280px;padding-right:80px}.user-pop_50 .user-pop_015{background-color:#fff;justify-content:center;width:320px;z-index:19;padding-bottom:20px;border-radius:10px;box-shadow:0 2px 8px rgba(0,0,0,.15)}.user-pop_50 .user-pop_015,.user-pop_50 .user-pop_015 .user-016{display:flex;flex-direction:column}.user-pop_50 .user-pop_015 .user-016 .user-017{display:flex;align-items:center;height:60px;padding:10px 20px 0;cursor:pointer}.user-pop_50 .user-pop_015 .user-016 .user-017 .logo-0020{color:#343f99;font-size:30px;cursor:pointer}.user-pop_50 .user-pop_015 .user-016 .user-017 p.line-018{display:inline-flex;flex-direction:column;margin-left:12px}.user-pop_50 .user-pop_015 .user-016 .user-017 p.line-018 b{line-height:1;color:#333}.user-pop_50 .user-pop_015 .user-016 .user-017 p.line-018 span{font-size:12px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;line-height:1;margin-top:8px;color:#999}.user-pop_50 .user-pop_015 .user-016 .line-017{display:inline-flex;justify-content:flex-end;margin:10px 0}.user-pop_50 .user-pop_015 .user-016 .service-017{display:flex;flex-direction:column;padding:0 20px;border-top:1px solid rgba(0,0,0,.1)}.user-pop_50 .user-pop_015 .user-016 .service-017>b{display:inline-flex;font-size:14px;font-weight:600;line-height:1;margin:10px 0 0;color:#333}.user-pop_50 .user-pop_015 .user-016 .service-017 .service-018{display:flex;align-items:center;padding:10px 10px 0}.user-pop_50 .user-pop_015 .user-016 .service-017 .service-018 .logo-0010{display:inline-flex;margin-right:20px}.user-pop_50 .user-pop_015 .user-016 .service-017 .service-018 .logo-0010 i{font-size:54px;color:#999}.user-pop_50 .user-pop_015 .user-016 .service-017 .service-018 .logo-0010 img{width:60px}.user-pop_50 .user-pop_015 .user-016 .service-017 .service-018 .contact-0010{display:inline-flex;flex-direction:column;justify-content:center}.user-pop_50 .user-pop_015 .user-016 .service-017 .service-018 .contact-0010 img{width:60px;height:60px;margin-right:24px;border-radius:50%}.user-pop_50 .user-pop_015 .user-016 .service-017 .service-018 .text11{font-size:12px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;line-height:2;margin-top:10px;color:#666}.user-pop_50 .user-pop_015 .user-016 .service-017 .line-019{width:100%;display:inline-flex;justify-content:center;margin-top:20px}.header-pop_100{display:flex;justify-content:center;position:absolute;left:0;top:60px;width:100%;z-index:9;border-radius:0 0 5px 5px;box-shadow:0 2px 8px 0 rgba(0,0,0,.1);background-color:#fff}.header-pop_100 .pop-1010{width:100%;min-width:1280px;max-width:1920px;display:flex}.header-pop_100 .pop-box_100{position:relative;width:1150px;display:flex}.header-pop_100 .pop-box_100 .tri-10{position:absolute;top:-9px;width:0;height:0;border-left:9px solid transparent;border-right:9px solid transparent;border-bottom:9px solid #f7f8fb}.header-pop_100 .pop-box_100 .tri-11{left:215px}.header-pop_100 .pop-box_100 .tri-12{left:390px}.header-pop_100 .pop-box_100 .tri-13{left:690px}.header-pop_100 .pop-box_100 .box-10{padding:40px 0 20px}.header-pop_100 .pop-box_100 .box-10 .search-11{display:flex;width:780px;padding-bottom:30px;border-bottom:1px solid #ececec}.header-pop_100 .pop-box_100 .box-10 .search-101{flex:1 1;height:36px;display:inline-flex;flex-wrap:wrap;margin-left:10px;overflow:hidden}.header-pop_100 .pop-box_100 .box-10 .card-11{display:flex;flex-wrap:wrap;width:780px;padding:0 0 10px;cursor:pointer}.header-pop_100 .pop-box_100 .box-10 .card-11 .card-101{display:inline-flex;flex-direction:column;width:240px;height:100px;margin-top:20px;margin-right:30px;padding:20px 10px 10px 20px;border-radius:5px;border:3px solid;border-image:linear-gradient(180deg,#fff,#f3f5f8) 3 3;box-shadow:0 0 5px 0 rgba(0,0,0,.07);background:linear-gradient(180deg,#f3f5f8,#fff)}.header-pop_100 .pop-box_100 .box-10 .card-11 .card-101:nth-child(3),.header-pop_100 .pop-box_100 .box-10 .card-11 .card-101:nth-child(6){margin-right:0}.header-pop_100 .pop-box_100 .box-10 .card-11 .card-101 .line-101{display:inline-flex;align-items:center}.header-pop_100 .pop-box_100 .box-10 .card-11 .card-101 .line-101 b{margin-left:8px;font-size:16px;font-weight:500;line-height:1}.header-pop_100 .pop-box_100 .box-10 .card-11 .card-101 .line-101 b.primary-111{color:#343f99}.header-pop_100 .pop-box_100 .box-10 .card-11 .card-101 .line-101 b.black-111{color:#000}.header-pop_100 .pop-box_100 .box-10 .card-11 .card-101 span{margin-top:10px;font-size:12px;font-weight:400;color:#9da2b0}.header-pop_100 .pop-box_100 .box-20{flex:1 1;padding:40px 0 20px 30px}.header-pop_100 .pop-box_100 .box-20 .box-21{width:340px;height:66px;border-radius:5px;overflow:hidden}.header-pop_100 .pop-box_100 .box-20 .box-22{position:relative;display:flex;flex-direction:column;width:340px;height:230px;padding:10px 20px 0;margin-top:20px;border-radius:5px;border:3px solid;border-image:linear-gradient(180deg,#fff,#f3f5f8) 3 3;box-shadow:0 0 5px 0 rgba(0,0,0,.07);background:linear-gradient(180deg,#f3f5f8,#fff)}.header-pop_100 .pop-box_100 .box-20 .box-22 .title-1122{margin-bottom:10px;font-size:16px;font-weight:500;color:#485259}.header-pop_100 .pop-box_100 .box-20 .box-22 .img-11220{position:relative;width:300px;height:168px;cursor:pointer}.header-pop_100 .pop-box_100 .box-20 .box-22 .img-1122{width:100%;height:100%}.header-pop_100 .pop-box_100 .box-20 .box-22 svg{position:absolute;bottom:20px;left:20px}.app-alert{position:fixed;top:66px;left:0;z-index:7500;display:inline-flex;flex-direction:column;align-items:center;width:100%}.app-alert .text-500{background-color:#000;color:#fff;display:inline-flex;justify-content:center;min-width:160px;padding:10px;border-radius:6px;box-shadow:0 2px 4px 0 rgba(0,0,0,.2)}.app-cover{background-color:rgba(0,0,0,.65);position:fixed;top:0;left:0;width:100%;height:100%;z-index:6660}.app-cover,.app-login{display:flex;align-items:center;justify-content:center}.app-login .section-1505{background-color:#fff;position:relative;display:flex;flex-direction:column;padding:20px;border-radius:5px;box-shadow:0 0 10px 0 rgba(0,0,0,.08)}.app-consult_555{position:fixed;right:10px;top:40%;display:flex;flex-direction:column;border-radius:4px;z-index:99}.app-consult_555 .img-110{cursor:pointer}.app-consult_555 .img-111{margin-bottom:-5px}.app-consult_555 .img-112,.app-consult_555 .img-113{margin:-5px 0}.app-consult_555 .img-115{margin-top:-5px}.app-consult_555 .phone-50{background-color:#fff;position:absolute;top:10px;right:60px;width:160px;height:40px;display:inline-flex;align-items:center;box-shadow:0 0 10px 0 rgba(28,59,93,.15);border-radius:20px;border-image:linear-gradient(180deg,#fff,#f3f5f8) 1 1}.app-consult_555 .phone-50 .img-115{position:absolute;top:-5px;left:-10px}.app-consult_555 .phone-50 p{display:inline-flex;flex-direction:column;margin-left:45px}.app-consult_555 .phone-50 p span{font-family:DIN Alternate,system-ui;color:#000;font-size:14px;font-weight:600;line-height:1.1}.app-consult_555 .phone-50 p i{font-size:10px;font-weight:500;color:#878787}.app-consult_555 .qrcode-50{background-color:#fff;position:absolute;bottom:-40px;right:60px;width:160px;height:160px;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;border-radius:5px;box-shadow:0 0 10px 0 rgba(28,59,93,.15);border-image:linear-gradient(180deg,#fff,#f3f5f8) 1 1}.app-consult_555 .qrcode-50 span{margin-bottom:2px;font-size:10px;font-weight:500;color:#878787}.app-consult_555 .qrcode-50 img{width:130px;height:130px}.app-loading{background-color:rgba(0,0,0,.65);position:fixed;top:0;left:0;width:100%;height:100%;z-index:15000;display:flex;align-items:center;justify-content:center}.app-loading .lds-spinner{color:official;display:inline-block;position:relative;width:80px;height:80px}.app-loading .lds-spinner div{transform-origin:40px 40px;animation:lds-spinner 1.2s linear infinite}.app-loading .lds-spinner div:after{content:" ";display:block;position:absolute;top:3px;left:37px;width:6px;height:18px;border-radius:20%;background:#fff}.app-loading .lds-spinner div:first-child{transform:rotate(0deg);animation-delay:-1.1s}.app-loading .lds-spinner div:nth-child(2){transform:rotate(30deg);animation-delay:-1s}.app-loading .lds-spinner div:nth-child(3){transform:rotate(60deg);animation-delay:-.9s}.app-loading .lds-spinner div:nth-child(4){transform:rotate(90deg);animation-delay:-.8s}.app-loading .lds-spinner div:nth-child(5){transform:rotate(120deg);animation-delay:-.7s}.app-loading .lds-spinner div:nth-child(6){transform:rotate(150deg);animation-delay:-.6s}.app-loading .lds-spinner div:nth-child(7){transform:rotate(180deg);animation-delay:-.5s}.app-loading .lds-spinner div:nth-child(8){transform:rotate(210deg);animation-delay:-.4s}.app-loading .lds-spinner div:nth-child(9){transform:rotate(240deg);animation-delay:-.3s}.app-loading .lds-spinner div:nth-child(10){transform:rotate(270deg);animation-delay:-.2s}.app-loading .lds-spinner div:nth-child(11){transform:rotate(300deg);animation-delay:-.1s}.app-loading .lds-spinner div:nth-child(12){transform:rotate(330deg);animation-delay:0s}@keyframes lds-spinner{0%{opacity:1}to{opacity:0}}.page-1101{width:100%;height:100vh;display:flex;overflow:hidden;background-color:#f7f8fb}.page-1101 .login-100{flex:1 1;display:flex;flex-direction:column;padding:20px 60px 40px 30px;overflow-y:auto}.page-1101 .login-100 .line-11019{display:inline-flex;align-items:center;justify-content:space-between}.page-1101 .login-100 .line-11019 img{width:80px}.page-1101 .login-100 .line-11021{color:rgba(72,82,89,.5);display:inline-flex;flex-wrap:wrap;align-items:center;margin-top:20px;font-size:12px;font-weight:500}.page-1101 .login-100 .login-55{flex:1 1;display:flex;align-items:center;justify-content:center}.page-1101 .login-100 .login-55 .login-150{background-color:#fff;display:flex;flex-direction:column;padding:20px;border-radius:5px;box-shadow:0 0 10px 0 rgba(0,0,0,.08)}.login-155{display:flex;flex-direction:column}.login-155 .line-001{display:inline-flex;align-items:center;justify-content:center;height:40px;border-radius:20px;background-color:#f7f8fb}.login-155 .line-001 span{font-weight:500;font-size:14px;color:#6980ff}.login-155 .line-001 b{display:inline-flex;align-items:center;height:18px;padding:0 5px;margin:0 5px;font-size:14px;font-weight:600;line-height:1;border-radius:5px;color:#fff;background:linear-gradient(231deg,#6980ff,#936bec)}.login-155 strong{margin-top:20px;font-size:24px;font-weight:600;line-height:1.2;color:#000}.login-155 .line-010{display:inline-flex;justify-content:space-between;align-items:flex-end}.login-155 .line-010 p{display:inline-flex;align-items:center}.login-155 .line-010 p span{line-height:1;color:#485259}.login-155 .line-010 i{font-size:12px;color:#485259}.login-155 .line-011{display:inline-flex;margin-top:30px}.login-155 .line-012,.login-155 .line-012 .line-115{display:inline-flex;flex-direction:column}.login-155 .line-012 .line-115{position:relative}.login-155 .line-012 .line-116{margin-top:20px}.login-155 .line-012 .line-117{margin-top:2px}.login-155 .line-012 .line-0011{position:relative;display:inline-flex;flex-direction:column}.login-155 .line-012 .err-11{padding-left:6px;font-size:12px;color:#e02020}.login-155 .line-012 .err-hidden{visibility:hidden}.login-155 .line-012 .err-visible{visibility:visible}.login-155 .line-012 .line-0015{display:inline-flex;align-items:center;margin-top:10px;margin-left:10px}.login-155 .line-012 .line-0015 .text-11{font-size:14px;font-weight:500;line-height:1;color:#485259}.login-155 .line-013{display:inline-flex;align-items:center;justify-content:center;padding:0 34px;margin-top:20px;margin-bottom:20px}.login-155 .line-013 i{font-size:14px;line-height:1;color:#485259}.login-155 .line-015{display:inline-flex;flex-direction:column;margin-top:2px}.login-155 .line-015 .line-0151{display:inline-flex;align-items:center}.login-155 .line-015 .line-0151 i{display:inline-flex;height:1px;flex:1 1;background-color:#ececec}.login-155 .line-015 .line-0151 span{padding:0 10px;font-size:14px;font-weight:500;color:#d9d9d9}.login-155 .line-015 .line-0152{display:inline-flex;justify-content:space-between;margin-top:20px}.login-155 .line-016{display:inline-flex;justify-content:center;margin-top:20px}.login-155 .line-016 b{margin:0 20px;color:#485259}.login-155 .line-110011{display:inline-flex;height:1px;width:100%;margin-top:10px;background-color:#d9d9d9}.slick-100{width:50%;display:flex;padding:10px}.slick-100 .slick-1001{display:flex;flex-direction:column;align-items:center;justify-content:center}.slick-100 .dots-100 li button:before{width:10px;height:10px;opacity:.5;color:#fff}.slick-100 .dots-100 li.slick-active button:before{opacity:1}.footer-comp{display:flex;justify-content:center;height:450px;width:100%;background-color:#1e1e1e}.footer-comp .footer-container{width:100%;min-width:1280px;max-width:1920px;display:flex;flex-direction:column;padding:50px 82px 0}.footer-comp .footer-container .logo-11{color:#fff;font-size:30px;margin-bottom:40px}.footer-comp .footer-container .hidden{visibility:hidden}.footer-comp .footer-container .footer-01{flex:1 1;display:flex;flex-direction:column}.footer-comp .footer-container .footer-01 .section-15{display:flex;justify-content:space-between}.footer-comp .footer-container .footer-01 .section-15 .line-51{display:inline-flex;flex-direction:column}.footer-comp .footer-container .footer-01 .section-15 .line-51 b{color:#fff;font-weight:500;font-size:14px;line-height:1;margin-bottom:30px}.footer-comp .footer-container .footer-01 .section-15 .line-51 span{color:hsla(0,0%,100%,.5);font-size:12px;line-height:1;margin-bottom:14px}.footer-comp .footer-container .footer-01 .section-15 .line-51 .try-55{display:inline-flex;margin-top:20px}.footer-comp .footer-container .footer-01 .section-15 .line-51 .line-55{display:inline-flex}.footer-comp .footer-container .footer-01 .section-15 .line-51 .line-55 .line-505{display:inline-flex;flex-direction:column;margin-left:10px;margin-bottom:10px}.footer-comp .footer-container .footer-01 .section-15 .line-51 .line-55 .line-505 span{line-height:1;margin-bottom:10px}.footer-comp .footer-container .footer-01 .section-15 .line-51 .line-55 .icon-10{color:hsla(0,0%,100%,.5);font-size:20px}.footer-comp .footer-container .footer-02{display:flex;margin:15px 0}.footer-comp .footer-container .footer-02 .line-1005{color:hsla(0,0%,100%,.5);display:flex;flex-direction:column;align-items:center;flex:1 1}.footer-comp .footer-container .footer-02 .line-1005 p{font-size:12px;line-height:1.5}.footer-comp .footer-container .footer-02 .line-1005 p span{cursor:pointer}.footer-comp .footer-container .footer-02 .line-1006{color:#fff;display:inline-flex;align-items:center;font-size:12px;line-height:1}.footer-comp .footer-container .footer-03{display:flex;align-items:center;height:34px;border-top:1px solid hsla(0,0%,100%,.3)}.footer-comp .footer-container .footer-03 span{color:hsla(0,0%,100%,.3);font-size:12px;line-height:1;margin-right:50px}.footer-comp .footer-container .link-10{cursor:pointer}@media(max-width:1600px){.header-container{padding:0 40px!important}.content-all-middle{padding:0 40px}.user-pop_50 .user-pop_51{padding-right:40px!important}.knowledge-top{padding:0 40px}.header-pop_100 .pop-1010{padding-left:65px}}@media(min-width:1600px)and (max-width:1920px){.header-container{padding:0 80px!important}.content-all-middle{padding:0 80px}.user-pop_50 .user-pop_51{padding-right:80px!important}.knowledge-top{padding:0 80px}.header-pop_100 .pop-1010{padding-left:280px}.tri-11{left:40px!important}.tri-12{left:215px!important}.tri-13{left:550px!important}}@media(min-width:1920px){.knowledge-top{padding:0 80px}}.sub-footer{min-width:1280px;max-width:1920px;flex:1 1;display:flex;justify-content:center;padding:0 82px;height:70px}.sub-footer p{display:inline-flex;justify-content:center}.sub-footer p.left_market{width:280px;visibility:hidden}.sub-footer p.center_market{flex:1 1;flex-direction:column;align-items:center;justify-content:center;font-size:12px;color:#fff;opacity:.5}.sub-footer p.center_market a{color:#fff;opacity:.8}.sub-footer p.right_market{width:280px;align-items:center;justify-content:flex-end;font-size:12px}.sub-footer p.right_market span{color:#fff;cursor:pointer}.sub-footer p.right_market b{margin:0 12px}.external-data-warp{display:flex;align-items:center;justify-content:center;background:#fff;padding-bottom:70px}.external-data-warp .external-data-content .top-title{font-size:32px;font-weight:600;color:#000;text-align:center;margin-top:80px}.external-data-warp .external-data-content .top-sub-title{font-weight:400;color:#9da2b0;text-align:center;margin-top:10px;margin-bottom:30px}.external-data-warp .external-data-content .external-tab{display:flex;justify-content:flex-start;margin-right:20px;margin-top:10px;height:420px}.external-data-warp .external-data-content .external-tab:last-child{margin-right:0}.external-data-warp .external-data-content .external-tab .external-item-warp{width:20%;margin-right:20px;height:405px;box-shadow:0 0 10px 0 rgba(0,0,0,.08);padding:3px;border-radius:5px}.external-data-warp .external-data-content .external-tab .external-item-warp:hover{padding:5px;height:415px;margin-top:-5px;box-shadow:0 0 20px 0 rgba(0,0,0,.15)}.external-data-warp .external-data-content .external-tab .external-item-warp:hover .external-item{background:linear-gradient(1turn,#4f5ccb,#343f99);border-radius:5px}.external-data-warp .external-data-content .external-tab .external-item-warp:hover .external-item .item-title{color:#fff}.external-data-warp .external-data-content .external-tab .external-item-warp:hover .external-item .item-con{color:hsla(0,0%,100%,.7)}.external-data-warp .external-data-content .external-tab .external-item-warp:hover .external-item .item-check{background-color:#fff;width:66px;height:36px;line-height:36px;justify-content:center;border-radius:5px}.external-data-warp .external-data-content .external-tab .external-item-warp:hover .external-item .external-link a{color:#fff}.external-data-warp .external-data-content .external-tab .external-item-warp:hover .external-item .external-link a span{border-bottom:1px solid #fff}.external-data-warp .external-data-content .external-tab .external-item-warp:hover .external-item .external-link .dis-link{color:hsla(0,0%,100%,.5);border-bottom:0}.external-data-warp .external-data-content .external-tab .external-item-warp:hover .external-item .external-link-more a{color:#fff}.external-data-warp .external-data-content .external-tab .external-item-warp:hover .external-item .external-link-more a span{border-bottom:1px solid #fff}.external-data-warp .external-data-content .external-tab .external-item-warp:hover .external-item .external-link-more span{display:flex;justify-content:space-between}.external-data-warp .external-data-content .external-tab .external-item-warp:hover .external-item .external-link-more .dis-link{color:hsla(0,0%,100%,.5);border-bottom:0}.external-data-warp .external-data-content .external-tab .external-item-warp .external-item{padding:30px 25px 10px;border-radius:5px;display:flex;justify-content:space-between;flex-direction:column;background:linear-gradient(180deg,#f3f5f8,#fff);height:100%;cursor:pointer}.external-data-warp .external-data-content .external-tab .external-item-warp .external-item:last-child{margin-right:0}.external-data-warp .external-data-content .external-tab .external-item-warp .external-item .item-title{font-size:20px;font-weight:600;color:#000;display:flex;align-items:flex-start}.external-data-warp .external-data-content .external-tab .external-item-warp .external-item .item-title svg{margin-right:10px;margin-top:6px}.external-data-warp .external-data-content .external-tab .external-item-warp .external-item .item-con{font-weight:400;color:#485259;margin-top:20px}.external-data-warp .external-data-content .external-tab .external-item-warp .external-item .item-check{font-weight:400;color:#343f99;display:flex;align-items:center;margin-top:10px;cursor:pointer}.external-data-warp .external-data-content .external-tab .external-item-warp .external-item .item-check svg{margin-left:5px}.external-data-warp .external-data-content .external-tab .external-item-warp .external-item .external-link{display:flex;justify-content:flex-end;flex-direction:column;flex:1 1}.external-data-warp .external-data-content .external-tab .external-item-warp .external-item .external-link a{margin-top:18px;cursor:pointer;font-weight:500;color:#343f99}.external-data-warp .external-data-content .external-tab .external-item-warp .external-item .external-link .dis-link{color:#485259;cursor:not-allowed}.external-data-warp .external-data-content .external-tab .external-item-warp .external-item .external-link-more{display:flex;justify-content:flex-end;flex-direction:column;flex:1 1}.external-data-warp .external-data-content .external-tab .external-item-warp .external-item .external-link-more a{margin-top:14px;cursor:pointer;font-weight:500;color:#343f99}.external-data-warp .external-data-content .external-tab .external-item-warp .external-item .external-link-more .dis-link{color:#485259;cursor:not-allowed}.external-data-warp .external-data-content .external-tab .external-item-warp .external-item .external-link-more span{display:flex;justify-content:space-between}.home-page-warp .searh-content-warp{width:100%;padding-top:60px;padding-bottom:40px;background-image:url(https://file.smartsalary.cn/web-img%402.0/homepage/top-banner-home.png);background-size:cover;background-repeat:no-repeat}.home-page-warp .searh-content-warp .searh-content{width:1200px;margin:0 auto}.home-page-warp .searh-content-warp .searh-content .search-title{font-size:40px;font-weight:600;color:#000;line-height:56px;text-align:center;margin-top:80px}.home-page-warp .searh-content-warp .searh-content .search-title-content{font-weight:400;color:#9da2b0;line-height:20px;margin-top:20px;text-align:center}.home-page-warp .searh-content-warp .searh-content .search-bar-content{width:1200px;position:relative}.home-page-warp .searh-content-warp .searh-content .search-bar-content .search-ai-btn{position:absolute;right:0;top:0;width:157px;height:60px;background-image:linear-gradient(249deg,#00caff,#4351c0);border-radius:6px;color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700}.home-page-warp .searh-content-warp .searh-content .search-bar{width:1020px;height:60px;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:5px;margin-top:40px;display:flex;justify-content:flex-start;padding:3px;position:relative}.home-page-warp .searh-content-warp .searh-content .search-bar.full-width{width:100%}.home-page-warp .searh-content-warp .searh-content .search-bar .seach-drwn-list{background:#fff;position:absolute;width:1100px;border-radius:5px;top:60px;left:0;padding:20px;z-index:99}.home-page-warp .searh-content-warp .searh-content .search-bar .seach-drwn-list p{line-height:40px;cursor:pointer}.home-page-warp .searh-content-warp .searh-content .search-bar input{flex:1 1;border:0;box-shadow:0 0 20px 0 rgba(0,0,0,.05);border-radius:5px;padding-left:40px;background-image:url(https://file.smartsalary.cn/web-img%402.0/homepage/search.png);background-repeat:no-repeat;background-position:12px;font-size:16px}.home-page-warp .searh-content-warp .searh-content .search-bar input::placeholder{font-weight:600;font-size:14px;color:#d9d9d9}.home-page-warp .searh-content-warp .searh-content .search-bar .search-bar-btn{width:90px;line-height:54px;color:#fff;font-size:18px;text-align:center;margin-left:8px;font-weight:600;cursor:pointer}.home-page-warp .searh-content-warp .searh-content .hot-search{display:flex;justify-content:flex-start;margin-top:18px}.home-page-warp .searh-content-warp .searh-content .hot-search span{font-weight:600;color:#9da2b0}.home-page-warp .searh-content-warp .searh-content .hot-search b{font-weight:600;color:#343f99;cursor:pointer;margin-right:30px}.home-page-warp .searh-content-warp .searh-content-module{width:1200px;display:flex;justify-content:space-between;margin:60px auto 0}.home-page-warp .searh-content-warp .searh-content-module .left{width:590px;margin-right:20px}.home-page-warp .searh-content-warp .searh-content-module .left .industry-top{display:flex;justify-content:space-between}.home-page-warp .searh-content-warp .searh-content-module .left .industry-top .business-peopl-work{width:285px;height:190px;background:#343f99;border-radius:6px;padding:20px 20px 10px;cursor:pointer}.home-page-warp .searh-content-warp .searh-content-module .left .industry-top .business-peopl-work>p{margin-top:6px!important}.home-page-warp .searh-content-warp .searh-content-module .left .industry-top .business-peopl-work h3{font-size:16px;font-weight:600;color:#fff;line-height:22px}.home-page-warp .searh-content-warp .searh-content-module .left .industry-top .business-peopl-work p{font-size:12px;font-weight:400;color:#fff;margin-top:10px;opacity:.7}.home-page-warp .searh-content-warp .searh-content-module .left .industry-top .business-peopl-work .work-bottom{margin-top:10px}.home-page-warp .searh-content-warp .searh-content-module .left .industry-top .business-peopl-work .work-bottom p.tags span{background-color:hsla(0,0%,100%,.3);height:28px;background:#515cb8;border-radius:6px;padding:5px 8px;font-size:12px;color:#ffffd9;display:block;margin-right:8px;display:inline-block}.home-page-warp .searh-content-warp .searh-content-module .left .industry-top .human-resources{width:285px;height:190px;background:#86d4e0;border-radius:6px;padding:20px 0 10px 30px;cursor:pointer}.home-page-warp .searh-content-warp .searh-content-module .left .industry-top .human-resources h3{font-size:16px;font-weight:600;color:#fff}.home-page-warp .searh-content-warp .searh-content-module .left .industry-top .human-resources p{font-size:12px;font-weight:400;color:#fff;margin-top:4px;opacity:.7}.home-page-warp .searh-content-warp .searh-content-module .left .industry-top .human-resources .human-bottom{margin-top:10px}.home-page-warp .searh-content-warp .searh-content-module .left .industry-top .human-resources .human-bottom p.tags span{background-color:hsla(0,0%,100%,.3);height:28px;background:#5ebecd;border-radius:6px;padding:5px 8px;font-size:12px;color:#ffffd9;display:block;margin-right:8px;display:inline-block;margin-bottom:8px}.home-page-warp .searh-content-warp .searh-content-module .left .industry-bot{width:590px;height:120px;background:#f8ab42;border-radius:6px;margin-top:20px;padding:20px;cursor:pointer}.home-page-warp .searh-content-warp .searh-content-module .left .industry-bot h3{font-size:16px;font-weight:600;color:#fff}.home-page-warp .searh-content-warp .searh-content-module .left .industry-bot h3 span{font-size:12px;font-weight:400;color:#fff;opacity:.7}.home-page-warp .searh-content-warp .searh-content-module .left .industry-bot .company-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:15px}.home-page-warp .searh-content-warp .searh-content-module .left .industry-bot .company-bottom-item b{display:flex;align-items:center;color:#fff;font-family:Roboto,system-ui;font-size:18px}.home-page-warp .searh-content-warp .searh-content-module .left .industry-bot .company-bottom-item b svg{margin-top:-3px}.home-page-warp .searh-content-warp .searh-content-module .left .industry-bot .company-bottom-item span{background-color:hsla(0,0%,100%,.3);font-size:12px;font-weight:600;color:#b77823;margin-top:10px;border-radius:2px;padding:0 2px}.home-page-warp .searh-content-warp .searh-content-module .mid{width:374px;height:330px;border:1px solid #fff;position:relative;cursor:pointer;margin-right:20px}.home-page-warp .searh-content-warp .searh-content-module .mid .slide-dottes{position:absolute;left:15px;bottom:10px;display:flex;justify-content:flex-start;align-items:center}.home-page-warp .searh-content-warp .searh-content-module .mid .slide-dottes b{display:block;width:5px;height:5px;background:#fff;opacity:.5;border-radius:50%;margin-right:5px;cursor:pointer}.home-page-warp .searh-content-warp .searh-content-module .mid .slide-dottes .active{width:8px;height:8px;border:2px solid #fff;border-radius:50%;background:none}.home-page-warp .searh-content-warp .searh-content-module .right .salary-budge-top{width:196px;height:120px;background:#fa6401;border-radius:6px;padding:20px;cursor:pointer}.home-page-warp .searh-content-warp .searh-content-module .right .salary-budge-top h3{font-size:16px;font-weight:600;color:#fff}.home-page-warp .searh-content-warp .searh-content-module .right .salary-budge-top p{font-size:12px;font-weight:400;color:#fff;opacity:.7;margin-top:10px}.home-page-warp .searh-content-warp .searh-content-module .right .salary-budge-top .salary-bottom{margin-top:16px;display:flex;justify-content:space-between}.home-page-warp .searh-content-warp .searh-content-module .right .salary-budge-top .salary-bottom b{display:flex;align-items:center;color:#fff;font-family:Roboto,system-ui;font-size:16px;display:inline-block}.home-page-warp .searh-content-warp .searh-content-module .right .salary-budge-top .salary-bottom span{background-color:hsla(0,0%,100%,.3);font-size:12px;color:#d15300;margin-top:10px;border-radius:2px;padding:0 2px;vertical-align:text-bottom;margin-left:12px}.home-page-warp .searh-content-warp .searh-content-module .right .salary-report-bot{width:196px;height:190px;background:#00c389;border-radius:6px;margin-top:20px;padding:20px 0 10px 20px;cursor:pointer}.home-page-warp .searh-content-warp .searh-content-module .right .salary-report-bot h3{font-size:16px;font-weight:600;color:#fff}.home-page-warp .searh-content-warp .searh-content-module .right .salary-report-bot p{font-size:12px;font-weight:400;color:#fff;opacity:.7;margin-top:10px}.home-page-warp .searh-content-warp .searh-content-module .right .salary-report-bot .report-bottom{display:flex;justify-content:flex-start;align-items:center;margin-top:16px}.home-page-warp .searh-content-warp .searh-content-module .right .salary-report-bot .report-bottom b{color:#fff;font-family:Roboto,system-ui;font-size:18px;margin-right:10px}.home-page-warp .searh-content-warp .searh-content-module .right .salary-report-bot .report-bottom span{background-color:hsla(0,0%,100%,.3);font-size:12px;font-weight:600;color:#019a6c;border-radius:2px;padding:0 2px}.industry-body-warp{display:flex;align-items:center;justify-content:center;background:#fff;padding-bottom:70px}.industry-body-warp .industry-body-content .top-title{font-size:32px;font-weight:600;color:#000;text-align:center;margin-top:80px}.industry-body-warp .industry-body-content .top-sub-title{font-weight:400;color:#9da2b0;text-align:center;margin-top:10px;margin-bottom:30px}.industry-body-warp .industry-body-content .top-sub-title a{margin-left:5px;display:inline-flex;align-items:center;color:#343f99;cursor:pointer}.industry-body-warp .industry-body-content .check-list{display:flex;justify-content:center;margin-top:20px}.industry-body-warp .industry-body-content .check-list span{padding-bottom:15px;margin:0 20px;cursor:pointer;font-weight:500}.industry-body-warp .industry-body-content .check-slide{margin:0 auto;padding:0 20px;position:relative;min-width:1280px;height:450px}.industry-body-warp .industry-body-content .check-slide .slick-slider,.industry-body-warp .industry-body-content .check-slide .slick-slider .slick-list{height:100%!important}.industry-body-warp .industry-body-content .check-slide .slick-slider .slick-active div{position:relative;margin-top:35px}.industry-body-warp .industry-body-content .check-slide .slick-slider .slick-active div .slide-content-all{position:absolute;width:900px!important;z-index:1;height:390px!important}.industry-body-warp .industry-body-content .check-slide .slick-slider .slick-center>div{position:relative;margin-top:15px!important}.industry-body-warp .industry-body-content .check-slide .slick-slider .slick-center>div .slide-content-all{height:430px!important;position:absolute;z-index:99;width:920px!important;left:50%;margin-left:-460px}.industry-body-warp .industry-body-content .check-slide .slick-slider .slick-center+div>div .slide-content-all{right:0}.industry-body-warp .industry-body-content .check-slide .prev{left:-50px;transform:rotate(180deg)}.industry-body-warp .industry-body-content .check-slide .next,.industry-body-warp .industry-body-content .check-slide .prev{position:absolute;top:50%;cursor:pointer;display:flex;width:50px;height:50px;margin-top:-25px;align-items:center;justify-content:center;background:linear-gradient(180deg,#f3f5f8,#fff);box-shadow:0 0 10px 0 rgba(0,0,0,.15);border-radius:25px;border:3px solid #fff}.industry-body-warp .industry-body-content .check-slide .next{right:-50px}.industry-body-warp .industry-body-content .check-slide .slide-content-all{width:100%}.industry-body-warp .industry-body-content .check-slide .slide-content-all .slide-content-item{background:linear-gradient(180deg,#f3f5f8,#fff);box-shadow:0 0 13px 0 rgba(0,0,0,.07);border-radius:6px;border:3px solid;border-image:linear-gradient(180deg,#fff,#f3f5f8) 3 3;height:calc(100% - 20px);width:calc(100% - 20px);margin:20px auto;padding:40px 20px 20px}.industry-body-warp .industry-body-content .check-slide .slide-content-all .slide-content-item h2{font-size:18px;font-weight:500;color:#000;display:flex;justify-content:space-between}.industry-body-warp .industry-body-content .check-slide .slide-content-all .slide-content-item h2 img{height:22px}.industry-body-warp .industry-body-content .check-slide .slide-content-all .slide-content-item .slide-tag{display:flex;justify-content:flex-start;margin-top:20px}.industry-body-warp .industry-body-content .check-slide .slide-content-all .slide-content-item .slide-tag span{display:inline-flex;align-items:center;justify-content:center;margin-right:10px;padding:0 10px;height:26px;border-radius:3px;border:1px solid #343f99;font-size:12px;font-weight:400;color:#343f99}.industry-body-warp .industry-body-content .check-slide .slide-content-all .slide-content-item .slide-con{overflow:hidden;display:flex;justify-content:flex-start;margin-top:30px}.industry-body-warp .industry-body-content .check-slide .slide-content-all .slide-content-item .slide-con .picture{border-radius:5px;height:100px}.industry-body-warp .industry-body-content .check-slide .slide-content-all .slide-content-item .slide-con .slide-con-left{flex:1 1;margin-right:10px}.industry-body-warp .industry-body-content .check-slide .slide-content-all .slide-content-item .slide-con .slide-con-left p{margin-top:10px;font-weight:400;color:#9da2b0;margin-bottom:10px}.industry-body-warp .industry-body-content .user-slide{margin-top:40px;padding:0 40px;position:relative}.industry-body-warp .industry-body-content .user-slide .prev{left:-25px;transform:rotate(180deg)}.industry-body-warp .industry-body-content .user-slide .next,.industry-body-warp .industry-body-content .user-slide .prev{position:absolute;top:50%;margin-top:-25px;cursor:pointer;display:flex;width:50px;height:50px;align-items:center;justify-content:center;background:linear-gradient(180deg,#f3f5f8,#fff);box-shadow:0 0 10px 0 rgba(0,0,0,.15);border-radius:25px;border:3px solid #fff}.industry-body-warp .industry-body-content .user-slide .next{right:-25px}.industry-body-warp .industry-body-content .user-slide .user-slide-content{height:200px}.industry-body-warp .industry-body-content .user-slide .user-slide-content .user-slide-item{width:calc(100% - 20px);height:calc(100% - 20px);padding:40px 20px 20px;margin:10px auto;display:flex;justify-content:flex-start;background:linear-gradient(180deg,#f3f5f8,#fff);box-shadow:0 0 13px 0 rgba(0,0,0,.05);border-radius:5px;border:3px solid;border-image:linear-gradient(180deg,#fff,#f3f5f8) 3 3}.industry-body-warp .industry-body-content .user-slide .user-slide-content .user-slide-item img{height:25px;margin-right:20px}.industry-body-warp .industry-body-content .user-slide .user-slide-content .user-slide-item .user-slide-right{display:flex;flex:1 1;flex-direction:column;justify-content:space-between}.industry-body-warp .industry-body-content .user-slide .user-slide-content .user-slide-item .user-slide-right p{font-weight:400;color:#485259;word-break:break-all;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}.industry-body-warp .industry-body-content .user-slide .user-slide-content .user-slide-item .user-slide-right span{display:flex;justify-content:flex-end;font-weight:400;color:#485259}.industry-body-warp .industry-body-content .user-logo{width:1200px;display:flex;justify-content:space-between;flex-wrap:wrap;margin:20px auto 0}.industry-body-warp .industry-body-content .user-logo img{width:190px;height:72px;margin-top:20px;border-radius:6px;box-shadow:0 2px 7px 0 rgba(22,69,142,.07)}.internal-scheme-warp{display:flex;align-items:center;justify-content:center;margin-top:60px;padding-bottom:60px}.internal-scheme-warp .internal-scheme-content .sub-title{font-size:32px;font-weight:600;color:#000;text-align:center}.internal-scheme-warp .internal-scheme-content .sub-content{font-weight:400;color:#9da2b0;text-align:center}.internal-scheme-warp .internal-scheme-content .internal-bottom-content{display:flex;justify-content:flex-start;flex-wrap:wrap}.internal-scheme-warp .internal-scheme-content .internal-bottom-content .internal-item-warp{cursor:pointer;margin-top:40px;width:calc(50% - 30px);height:220px;margin-right:60px;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:5px;border:3px solid #fff;position:relative;overflow:hidden}.internal-scheme-warp .internal-scheme-content .internal-bottom-content .internal-item-warp:nth-child(2n){margin-right:0}.internal-scheme-warp .internal-scheme-content .internal-bottom-content .internal-item-warp:hover .internal-item-bg{transform:scale(1.3);transition:all .5s;transform-origin:center center}.internal-scheme-warp .internal-scheme-content .internal-bottom-content .internal-item-warp .internal-item-bg{background-repeat:no-repeat;background-size:cover;position:absolute;z-index:1;width:100%;height:100%;border-radius:5px}.internal-scheme-warp .internal-scheme-content .internal-bottom-content .internal-item-warp .internal-item-content{width:100%;height:100%;padding:40px 0 20px 60px;border-radius:5px;position:absolute;z-index:2}.internal-scheme-warp .internal-scheme-content .internal-bottom-content .internal-item-warp .internal-item-content h3{font-size:20px;font-weight:600;color:#fff;margin-bottom:20px}.internal-scheme-warp .internal-scheme-content .internal-bottom-content .internal-item-warp .internal-item-content p{font-weight:400;color:#fff}.internal-scheme-warp .internal-scheme-content .internal-bottom-content .internal-item-warp .internal-item-content span{display:flex;align-items:center;margin-top:40px;font-weight:500;color:#fff;font-size:16px}.internal-scheme-warp .internal-scheme-content .internal-bottom-content .internal-item-warp .internal-item-content span svg{margin-left:5px}.knowledge{padding-bottom:50px;background:#fff}.knowledge .knowledge-top{background-image:url(https://file.smartsalary.cn/web-img%402.0/homepage/more-data.png);background-repeat:no-repeat;background-size:cover;width:100%;min-width:1280px;height:500px;padding-top:80px}.knowledge .knowledge-top .sub-title{font-size:32px;font-weight:600;color:#fff;text-align:center}.knowledge .knowledge-top .knowledge-top-item{padding-top:40px;display:flex;justify-content:space-between;text-align:center}.knowledge .knowledge-top .knowledge-top-item span{font-family:DIN Alternate,system-ui;font-size:30px;font-weight:600;color:#fff;display:block}.knowledge .knowledge-top .knowledge-top-item p{color:hsla(0,0%,100%,.7);font-weight:400}.knowledge .knowledge-map-warp{display:flex;align-items:center;justify-content:center}.knowledge .knowledge-map-warp .knowledge-map-content .xz-user-logo{margin-top:-100px;background:linear-gradient(180deg,#f3f5f8,#fff);box-shadow:0 0 20px 0 rgba(0,0,0,.07);border-radius:5px;border:3px solid #fff;padding-bottom:20px}.knowledge .knowledge-map-warp .knowledge-map-content .xz-user-logo p{font-weight:400;color:#9da2b0;text-align:center;padding:15px 0 10px}.knowledge .knowledge-map-warp .knowledge-map-content .xz-user-logo .logo-pic-list{display:flex;justify-content:center;flex-wrap:wrap}.knowledge .knowledge-map-warp .knowledge-map-content .xz-user-logo .logo-pic-list .logo-pic-item{position:relative;cursor:pointer}.knowledge .knowledge-map-warp .knowledge-map-content .xz-user-logo .logo-pic-list .logo-pic-item:hover p{display:block}.knowledge .knowledge-map-warp .knowledge-map-content .xz-user-logo .logo-pic-list .logo-pic-item p{position:absolute;display:none;width:240px;background-color:#fff;padding:10px;border-radius:5px;top:100px;z-index:1}.knowledge .knowledge-map-warp .knowledge-map-content .xz-user-logo .logo-pic-list .logo-pic-item img{width:240px;height:100px;border-radius:5px;margin:5px}.knowledge .knowledge-map-warp .knowledge-map-content .xz-other-data{background-image:url(https://file.smartsalary.cn/web-img%402.0/homepage/insign-bg.png);background-repeat:no-repeat;background-size:cover;margin-top:35px;padding:40px 85px 28px;border-radius:5px}.knowledge .knowledge-map-warp .knowledge-map-content .xz-other-data h3{font-size:30px;font-weight:400;color:#000;text-align:center}.knowledge .knowledge-map-warp .knowledge-map-content .xz-other-data span{width:200px;border-radius:20px;height:40px;border:1px solid #485259;display:block;text-align:center;line-height:40px;margin:18px auto 0;font-weight:400;color:#485259;cursor:pointer}.knowledge .knowledge-map-warp .knowledge-map-content .xz-other-data p{margin-top:18px;text-align:center;color:#485259}.knowledge .knowledge-map-warp .knowledge-map-content .security-111{display:flex;justify-content:center;padding:40px 0;background-color:#f7f8fb}.knowledge .knowledge-map-warp .knowledge-map-content .security-111 .security-112{display:flex;flex-direction:column;align-items:center}.knowledge .knowledge-map-warp .knowledge-map-content .security-111 .security-112 strong{font-size:32px;font-weight:400}.knowledge .knowledge-map-warp .knowledge-map-content .security-111 .security-112 .security-113{display:flex;justify-content:space-between;width:1140px;margin-top:60px}.knowledge .knowledge-map-warp .knowledge-map-content .security-111 .security-112 .security-113 .security-201{display:inline-flex;flex-direction:column}.knowledge .knowledge-map-warp .knowledge-map-content .security-111 .security-112 .security-113 .security-201 p{display:inline-flex;justify-content:center;font-size:16px;font-weight:400;color:#9da2b0}.knowledge .knowledge-map-warp .knowledge-map-content .security-111 .security-112 .security-113 .security-201 .first-0011{margin-top:30px}.knowledge .knowledge-map-warp .knowledge-map-content .security-111 .security-112 .security-113 .security-203{display:inline-flex;flex-direction:column}.knowledge .knowledge-map-warp .knowledge-map-content .security-111 .security-112 .security-113 .security-203 .box-203{display:inline-flex}.knowledge .knowledge-map-warp .knowledge-map-content .security-111 .security-112 .security-113 .security-203 .box-205{margin-top:15px}.knowledge .knowledge-map-warp .knowledge-map-content .security-111 .security-112 .security-113 .security-203 .line-2033{display:inline-flex;flex-direction:column;align-items:center;margin-left:23px}.knowledge .knowledge-map-warp .knowledge-map-content .security-111 .security-112 .security-113 .security-203 .line-2033 span{margin-bottom:10px;font-size:14px;font-weight:500;color:#9da2b0}.iframAi{overflow:hidden;height:100vh;width:100%}.iframAi .iframe-content{height:calc(100vh - 60px);overflow:hidden;margin-top:60px}.iframAi .iframe-content iframe{width:100%;height:100%;border:none;min-height:300px}.institute-warp{display:flex;align-items:center;justify-content:center;background:#0f1724;padding-top:80px;padding-bottom:60px}.institute-warp .institute-content .sub-title{font-size:32px;font-weight:600;color:#fff;text-align:center}.institute-warp .institute-content .sub-content{color:hsla(0,0%,100%,.7);font-weight:400;color:#9da2b0;text-align:center;margin-top:20px;display:flex;align-items:center;justify-content:center}.institute-warp .institute-content .sub-content span{color:hsla(0,0%,100%,.8);display:inline-flex;align-items:center;margin-left:5px;cursor:pointer}.institute-warp .institute-content .institute-list-content{border-bottom:1px solid hsla(0,0%,100%,.2);display:flex;justify-content:flex-start;margin-top:50px;padding-bottom:50px}.institute-warp .institute-content .institute-list-content .institute-item{padding:5px;background:linear-gradient(180deg,#f3f5f8,#fff);box-shadow:0 0 20px 0 rgba(0,0,0,.07);border-radius:5px;width:33.33%;margin-right:20px}.institute-warp .institute-content .institute-list-content .institute-item:last-child{margin-right:0}.institute-warp .institute-content .institute-list-content .institute-item .institute-item-pic{height:140px;border-radius:5px;overflow:hidden;background-repeat:no-repeat;background-size:cover;background-position:50%}.institute-warp .institute-content .institute-list-content .institute-item .institute-item-pic img{width:100%}.institute-warp .institute-content .institute-list-content .institute-item .item-bot-title{padding:0 15px;display:flex;justify-content:space-between;font-size:18px;font-weight:400;color:#000;margin-top:20px}.institute-warp .institute-content .institute-list-content .institute-item .item-bot-title span{font-weight:500;color:#9da2b0;font-size:14px}.institute-warp .institute-content .institute-list-content .institute-item .item-bot-con{padding:0 15px;font-size:12px;font-weight:400;color:#9da2b0;margin-top:20px;width:100%;word-break:break-all;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.institute-warp .institute-content .institute-list-content .institute-item .item-bot-detail{padding:0 15px;margin-top:40px;margin-bottom:20px;font-size:14px;font-weight:500;color:#343f99;display:flex;align-items:center;cursor:pointer}.institute-warp .institute-content .institute-list-content .institute-item .item-bot-detail svg{margin-left:3px}.institute-warp .institute-content .institute-video{display:flex;justify-content:space-between}.institute-warp .institute-content .institute-video .institute-video-left{width:66.66%;display:flex;justify-content:space-between;height:620px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.07);border-radius:5px;border:5px solid #fff}.institute-warp .institute-content .institute-video .institute-video-left .video-con{flex:1 1}.institute-warp .institute-content .institute-video .institute-video-left .video-con .react-player__preview{border-radius:3px;height:500px}.institute-warp .institute-content .institute-video .institute-video-left .video-con h2{font-size:18px;font-weight:400;color:#000;padding-left:10px;margin-top:20px}.institute-warp .institute-content .institute-video .institute-video-left .video-con p{font-size:12px;font-weight:400;color:#9da2b0;padding-left:10px;margin-top:20px}.institute-warp .institute-content .institute-video .institute-video-left .video-con-list-warp{margin-left:10px;display:flex;flex-direction:column;justify-content:flex-start}.institute-warp .institute-content .institute-video .institute-video-left .video-con-list-warp .video-con-list{width:225px;display:flex;flex-direction:column;justify-content:space-between;height:500px;cursor:pointer}.institute-warp .institute-content .institute-video .institute-video-left .video-con-list-warp .video-con-list .video-con-item{display:flex;justify-content:space-between}.institute-warp .institute-content .institute-video .institute-video-left .video-con-list-warp .video-con-list .video-con-item .item-img{width:80px;height:80px;border-radius:5px;margin-right:10px;background-size:100% 100%}.institute-warp .institute-content .institute-video .institute-video-left .video-con-list-warp .video-con-list .video-con-item .video-con-list-detail{flex:1 1}.institute-warp .institute-content .institute-video .institute-video-left .video-con-list-warp .video-con-list .video-con-item .video-con-list-detail:hover p{color:#343f99}.institute-warp .institute-content .institute-video .institute-video-left .video-con-list-warp .video-con-list .video-con-item .video-con-list-detail p{font-size:12px;font-weight:500;color:#000;margin-top:10px}.institute-warp .institute-content .institute-video .institute-video-left .video-con-list-warp .video-con-list .video-con-item .video-con-list-detail span{display:flex;align-items:center;font-weight:500;color:#9da2b0;margin-top:16px}.institute-warp .institute-content .institute-video .institute-video-left .video-con-list-warp a{width:222px;height:30px;background:#ececec;border-radius:15px;display:flex;align-items:center;justify-content:center;cursor:pointer;margin-top:20px}.institute-warp .institute-content .institute-video .institute-video-left .video-con-list-warp a:hover{color:#343f99}.institute-warp .institute-content .institute-video .institute-video-right{flex:1 1;display:flex;justify-content:space-between;flex-direction:column;height:620px;margin-left:20px}.institute-warp .institute-content .institute-video .institute-video-right .institute-video-right-item{padding:20px 5px 20px 20px;background:#fff;border-radius:5px;display:flex;justify-content:space-between;flex-direction:column;height:190px}.institute-warp .institute-content .institute-video .institute-video-right .institute-video-right-item h3{font-size:18px;font-weight:400;color:#000}.institute-warp .institute-content .institute-video .institute-video-right .institute-video-right-item p{font-size:12px;font-weight:400;color:#9da2b0;word-break:break-all;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.institute-warp .institute-content .institute-video .institute-video-right .institute-video-right-item a{display:flex;align-items:center;color:#343f99;font-weight:500;cursor:pointer}.video-1155{height:100%}.video-1155,.video-1155 .video-1166{display:flex;align-items:center;justify-content:center}.video-1155 .video-1166{position:relative;width:1000px;height:500px}.video-1155 .video-1166 .close-111{position:absolute;right:0;top:0;width:30px;height:30px;cursor:pointer}.jobpop:hover{width:auto}.jobpop{height:calc(100vh - 170px);inset:165px auto auto 40px!important;width:220px;overflow:hidden;position:fixed}.jobpop div{height:100%}.jobpop .ant-cascader-menu{height:100%;width:220px;min-width:220px;padding:5px 10px}.jobpop .ant-cascader-menu .ant-cascader-menu-item{padding:10px 12px}.jobpop .ant-cascader-menu .ant-cascader-menu-item-active{background-color:rgba(52,63,153,.05)}.jobpop .ant-cascader-menu .ant-cascader-checkbox-checked .ant-cascader-checkbox-inner{background-color:#343f99;color:#343f99;border-color:#343f99}.jobpop .ant-cascader-menu .ant-cascader-checkbox-checked .ant-cascader-checkbox-inner:hover{background-color:#343f99;color:#343f99}.jobpop .ant-cascader-menu .ant-cascader-checkbox-inner{border-color:#d9d9d9}.jobpop .ant-cascader-menu .ant-cascader-checkbox-inner:hover{border-color:#343f99!important}.jobpop .ant-cascader-menu .ant-cascader-checkbox-indeterminate .ant-cascader-checkbox-inner{background-color:#fff;border-color:#343f99}.jobpop .ant-cascader-menu .ant-cascader-checkbox-indeterminate .ant-cascader-checkbox-inner:after{background-color:#343f99}.multi-report_303{display:flex;justify-content:center;min-height:calc(100vh - 70px);padding:60px 40px 0;min-width:1280px;max-width:1920px;flex-wrap:wrap}.multi-report_303 .multi-303{width:100%;margin-bottom:60px}.multi-report_303 .multi-303 .multi-titles-88{position:relative;height:105px}.multi-report_303 .multi-303 .multi-titles-88 .report-change-warp{position:fixed;z-index:999;width:calc(100% - 80px);min-width:1280px;max-width:1920px}.multi-report_303 .multi-303 .multi-content{width:100%;display:flex;justify-content:space-between}.multi-report_303 .multi-303 .multi-content .right-content{width:calc(100% - 240px)}.multi-report_303 .multi-303 .multi-content .right-content .search-content{display:flex;justify-content:space-between}.multi-report_303 .multi-303 .multi-content .right-content .search-content .title{display:flex;align-items:flex-end;justify-content:flex-start}.multi-report_303 .multi-303 .multi-content .right-content .search-content .title p{font-size:22px;font-weight:600;color:#000}.multi-report_303 .multi-303 .multi-content .right-content .search-content .title span{font-size:12px;font-weight:600;color:#878787;margin-left:5px}.multi-report_303 .multi-303 .multi-content .right-content .search-right{display:flex;align-items:center;justify-content:flex-start;background-color:#fff;border-radius:5px}.multi-report_303 .multi-303 .multi-content .right-content .search-right .search-btn{width:48px;height:32px;background:#f8ab42;border-radius:5px;color:#fff;text-align:center;line-height:32px;font-weight:500;cursor:pointer}.multi-report_303 .multi-303 .multi-content .right-content .market-content{margin-top:20px}.multi-report_303 .multi-303 .multi-content .right-content .information{display:flex;align-items:flex-end;justify-content:space-between;margin:20px 0}.multi-report_303 .multi-303 .multi-content .right-content .information .left{display:flex;align-items:flex-end}.multi-report_303 .multi-303 .multi-content .right-content .information .left b{font-weight:600;color:#343f99}.multi-report_303 .multi-303 .multi-content .right-content .information .left span{font-weight:600;color:#485259}.multi-report_303 .multi-303 .multi-content .right-content .information .right{display:flex;align-items:flex-end}.multi-report_303 .multi-303 .multi-content .right-content .information .right b{font-weight:600;color:#485259;display:flex;align-items:center;justify-content:flex-start;cursor:pointer}.multi-report_303 .multi-303 .multi-content .right-content .information .right span{background-color:rgba(224,32,32,.2);margin-left:20px;font-size:12px;font-weight:400;color:#e02020;border-radius:2px;padding:0 3px}.multi-report_303 .multi-303 .multi-content .left-menu{width:220px;position:fixed;z-index:1}.multi-report_303 .multi-303 .multi-content .left-menu .ant-select{opacity:0;width:0;height:0}.multi-report_303 .multi-303 .multi-content .left-menu .ant-select-selector{height:0;margin:0;padding:0;border:0}.multi-report_303 .multi-303 .multi-content .left-menu .industry-name{background:#fff;display:flex;justify-content:space-between;align-items:center;padding:0 20px 0 10px;height:36px;border-radius:10px;position:relative;cursor:pointer}.multi-report_303 .multi-303 .multi-content .left-menu .industry-name span{color:#343f99;font-weight:600}.multi-report_303 .multi-303 .multi-content .left-menu .industry-name .show-change-list{position:absolute;left:0;top:36px;z-index:250}.job-details{background:#fff;box-shadow:0 2px 10px 0 rgba(0,0,0,.2);border-radius:10px 0 0 10px;z-index:99;height:calc(100vh - 60px);z-index:1000;overflow-y:auto;padding:0 10px 50px 0;overscroll-behavior:contain}.job-details,.job-details .detail-more{position:fixed;right:0;bottom:0;width:470px}.job-details .detail-more{height:50px;line-height:50px;background:#f8ab42;text-align:center;color:#fff;margin-top:60px;font-weight:600;cursor:pointer;border-radius:0 0 5px 5px}.export-excel-model{background-color:#fff;width:400px;height:320px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;justify-content:space-between;border-radius:10px;box-shadow:0 2px 4px 0 rgba(0,0,0,.2)}.export-excel-model .head-top{padding:20px;font-weight:500;color:#000;border-bottom:1px solid #ececec;display:flex;justify-content:space-between;align-items:center}.export-excel-model .head-top b{cursor:pointer}.export-excel-model .content{padding:0 40px}.export-excel-model .content p{font-weight:500;color:#000;line-height:24px;margin-bottom:10px}.export-excel-model .content b{font-weight:400;color:#485259;display:flex;line-height:30px}.export-excel-model .footer-excel{display:flex;align-items:center;justify-content:center;height:52px;padding:0 8px;border-top:1px solid rgba(0,0,0,.08)}.export-excel-model .footer-excel :first-child{margin-right:20px}.export-excel-model .footer-excel .one{border-radius:5px;border:1px solid #cfcfcf;font-weight:400;color:#878787;height:30px;line-height:30px;padding:0 10px;cursor:pointer}.export-excel-model .footer-excel .two{border-radius:5px;border:1px solid #343f99;font-weight:400;color:#343f99;height:30px;line-height:30px;padding:0 10px;cursor:pointer}.export-excel-model .footer-excel .three{background:#343f99}.export-excel-model .footer-excel .four,.export-excel-model .footer-excel .three{border-radius:5px;font-weight:400;color:#fff;height:30px;line-height:30px;padding:0 10px;cursor:pointer}.export-excel-model .footer-excel .four{background:#f8ab42}.multi-range_10{background-color:#fff;width:100%;display:flex;flex-direction:column;border-radius:5px}.multi-range_10 .change-number{border-radius:5px 5px 0 0;height:54px;padding-left:20px;display:flex;align-items:center}.multi-range_10 .change-number b{font-weight:500;color:#000}.multi-range_10 .change-number span{font-weight:500;color:#878787}.multi-range_10 .range-11{display:flex;border-top:1px solid #ececec;border-bottom:1px solid #ececec}.multi-range_10 .range-11 .range-20{flex:1 1;display:inline-flex;flex-direction:column;align-items:flex-start;padding:10px 20px 2px;border-right:1px solid #ececec}.multi-range_10 .range-11 .range-20:last-child{border-right:none}.multi-range_10 .range-11 .range-20 .span-20{color:#878787;margin-bottom:8px;font-size:12px;font-weight:500}.multi-range_10 .range-12{display:flex;padding:15px 20px 5px}.multi-range_10 .range-12 .span-31{height:20px;display:inline-flex;align-items:center;font-size:12px;font-weight:500;white-space:nowrap;color:#485259}.multi-range_10 .range-12 .range-15{display:flex;flex-wrap:wrap}.multi-range_10 .range-12 .range-15 .line-51{color:#343f99;display:inline-flex;align-items:center;height:20px;padding:0 10px;margin-bottom:10px;margin-right:10px;font-size:12px;font-weight:600;border-radius:5px;background-color:#f7f8fb}.multi-range_10 .range-12 .range-15 .line-51 span{display:inline-flex;align-items:center;margin-right:8px;line-height:1.5}.multi-result-list{background:#fff;margin-bottom:20px;border-radius:5px;padding:20px}.multi-result-list,.multi-result-list .nothing-data{display:flex;justify-content:center;align-items:center}.multi-result-list .nothing-data{flex-direction:column;height:100%;min-height:600px}.multi-result-list .nothing-data p{margin-bottom:15px;font-weight:400;color:#878787}.multi-result-list .nothing-data .return{width:90px;height:30px;background:#f7f8fb;border-radius:5px;border:1px solid #343f99;line-height:30px;text-align:center;cursor:pointer;color:#343f99}.multi-result-list .table-list{display:flex;justify-content:space-between;width:100%}.multi-result-list .table-list .table-left{width:60%}.multi-result-list .table-list .table-left .top-title{display:flex;justify-content:space-between;height:60px;align-items:center}.multi-result-list .table-list .table-left .top-title h3{font-size:12px;font-weight:500;color:#000}.multi-result-list .table-list .table-left .top-title h3:first-child,.multi-result-list .table-list .table-left .top-title h3:nth-child(2){width:30%}.multi-result-list .table-list .table-left .top-title h3:nth-child(3),.multi-result-list .table-list .table-left .top-title h3:nth-child(4){width:20%}.multi-result-list .table-list .table-left .content-list{display:flex;justify-content:space-between;padding:15px 0;border-bottom:1px solid #ececec;height:80px;cursor:pointer}.multi-result-list .table-list .table-left .content-list .first-title{width:30%}.multi-result-list .table-list .table-left .content-list .first-title h3{display:flex;align-items:center;justify-content:flex-start;font-weight:600;color:#000;font-size:14px;margin-bottom:10px}.multi-result-list .table-list .table-left .content-list .first-title h3 b{margin-right:5px;display:flex;align-items:center;justify-content:center}.multi-result-list .table-list .table-left .content-list .first-title h3 span{cursor:pointer}.multi-result-list .table-list .table-left .content-list .first-title h3 span:hover{color:#343f99}.multi-result-list .table-list .table-left .content-list .first-title .alias-title{font-size:12px;color:#485259;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.multi-result-list .table-list .table-left .content-list .first-title .alias-title:hover{width:calc(100vw - 400px)}.multi-result-list .table-list .table-left .content-list .first-title .alias-title span{background:#f7f8fb;border-radius:3px;margin-left:20px}.multi-result-list .table-list .table-left .content-list p:nth-child(2){width:30%;display:flex;align-items:center;color:rgba(0,0,0,.5)}.multi-result-list .table-list .table-left .content-list p:nth-child(3){width:20%;display:flex;align-items:center;color:rgba(0,0,0,.5)}.multi-result-list .table-list .table-left .content-list p:nth-child(4){width:20%}.multi-result-list .table-list .table-left .content-list p:nth-child(4) span{display:flex;color:rgba(0,0,0,.5);font-size:12px}.multi-result-list .table-list .table-left .content-list p:nth-child(4) span:first-child{padding-bottom:6px;border-bottom:1px solid #ececec}.multi-result-list .table-list .table-left .content-list p:nth-child(4) span:nth-child(2){padding-top:10px}.multi-result-list .table-list .table-right-warp{width:40%;overflow-x:auto;position:relative}.multi-result-list .table-list .table-right-warp .table-right-inline{width:200%}.multi-result-list .table-list .table-right-warp .table-right-inline .table-right-item .table-item-title{display:flex;justify-content:flex-start}.multi-result-list .table-list .table-right-warp .table-right-inline .table-right-item .table-item-title .top-title{display:flex;justify-content:center;flex-direction:column;height:60px;flex:1 1;padding:0 10px}.multi-result-list .table-list .table-right-warp .table-right-inline .table-right-item .table-item-title .top-title p{background:#f7f8fb;border-radius:5px 5px 0 0}.multi-result-list .table-list .table-right-warp .table-right-inline .table-right-item .table-item-title .top-title p:first-child{display:flex;justify-content:center;align-items:center;height:30px}.multi-result-list .table-list .table-right-warp .table-right-inline .table-right-item .table-item-title .top-title p:first-child span{color:#343f99;padding:0 10px;border-left:1px solid #343f99;height:12px;line-height:1;font-size:12px}.multi-result-list .table-list .table-right-warp .table-right-inline .table-right-item .table-item-title .top-title p:first-child span:first-child{border-left:0}.multi-result-list .table-list .table-right-warp .table-right-inline .table-right-item .table-item-title .top-title p:nth-child(2){display:flex;justify-content:space-between;align-items:center;padding:0 10px;height:29px;border-top:1px solid #ececec}.multi-result-list .table-list .table-right-warp .table-right-inline .table-right-item .table-item-title .top-title p:nth-child(2) span{color:#000;height:12px;line-height:1;font-size:12px;font-weight:600;width:20%;text-align:center}.multi-result-list .table-list .table-right-warp .table-right-inline .table-right-item .table-item-content{display:flex;justify-content:flex-start}.multi-result-list .table-list .table-right-warp .table-right-inline .table-right-item .table-item-content .content-list{display:flex;justify-content:space-between;flex:1 1;border-bottom:1px solid #ececec;padding:15px 20px;height:80px;position:relative}.multi-result-list .table-list .table-right-warp .table-right-inline .table-right-item .table-item-content .content-list:hover .content-mark{opacity:1}.multi-result-list .table-list .table-right-warp .table-right-inline .table-right-item .table-item-content .content-list .content-mark{background-color:hsla(0,0%,100%,.5);position:absolute;left:0;top:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0}.multi-result-list .table-list .table-right-warp .table-right-inline .table-right-item .table-item-content .content-list .content-mark p{padding:0 10px;height:38px;background:#f8ab42;border-radius:5px;cursor:pointer;color:#fff;font-weight:600;line-height:38px}.multi-result-list .table-list .table-right-warp .table-right-inline .table-right-item .table-item-content .content-list .left-content{width:80%}.multi-result-list .table-list .table-right-warp .table-right-inline .table-right-item .table-item-content .content-list .left-content p{display:flex;justify-content:space-between}.multi-result-list .table-list .table-right-warp .table-right-inline .table-right-item .table-item-content .content-list .left-content p:first-child{padding-bottom:6px;border-bottom:1px solid #ececec}.multi-result-list .table-list .table-right-warp .table-right-inline .table-right-item .table-item-content .content-list .left-content p:nth-child(2){padding-top:7px}.multi-result-list .table-list .table-right-warp .table-right-inline .table-right-item .table-item-content .content-list .left-content p span{width:25%;text-align:center;font-size:12px;font-family:Roboto,system-ui;font-weight:600;color:#000}.multi-result-list .table-list .table-right-warp .table-right-inline .table-right-item .table-item-content .content-list .right-up{font-family:Roboto,system-ui;border-left:1px solid #ececec;flex:1 1;display:flex;align-items:center;justify-content:center;margin-left:15px;font-size:12px;font-weight:600}.multi-result-list .table-list .table-right-warp .blur-login-warp{height:calc(100% - 60px)}.add-report-warp{width:500px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:8px;background:#fff;padding:0 20px 20px}.add-report-warp .add-report-content .prompt{padding:15px 20px;font-size:16px;line-height:22px;color:#485259;font-weight:600;border-bottom:1px solid #ececec;display:flex;justify-content:space-between}.add-report-warp .add-report-content .prompt span{cursor:pointer}.add-report-warp .add-report-content .add-query{width:400px;margin:30px auto 15px;text-align:center;font-size:16px;font-weight:600;color:#000;line-height:30px}.add-report-warp .add-report-content .telephone{font-size:12px;font-weight:600;color:#485259;line-height:17px;text-align:center}.add-report-warp .bottom-action{width:400px;display:flex;justify-content:space-between;margin:50px auto 0}.blur-login-warp{background-color:hsla(0,0%,100%,.5);position:absolute;left:0;bottom:0;display:flex;width:100%;height:100%;justify-content:center;align-items:center;flex-direction:column;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.blur-login-warp .login-title{font-size:16px;font-weight:600;color:#343f99}.blur-login-warp .login-details{font-weight:400;color:#485259}.job-list-common{background:#fff;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);border-radius:10px;margin-top:10px;cursor:pointer;position:relative}.job-list-common .one-child{height:calc(100vh - 215px);overflow-y:auto}.job-list-common .one-child .item{display:flex;justify-content:space-between;height:40px;align-items:center;padding:0 20px}.job-list-common .one-child .item p{display:flex;justify-content:flex-start;align-items:center}.job-list-common .one-child .item p .active{color:#343f99}.job-list-common .one-child .item p span{margin-left:5px;font-weight:600}.job-list-common .one-child .item b{transform:rotate(-90deg)}.job-list-common .child-group{display:none;position:absolute;left:219px;min-height:calc(100vh - 215px);background:#fff;top:0;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);border-radius:10px;z-index:100}.job-list-common .child-group .left{border-right:1px solid #ececec;height:calc(100vh - 215px);overflow-y:auto}.job-list-common .child-group .content{display:flex;justify-content:flex-start;height:calc(100vh - 215px);overflow-y:auto}.job-list-common .child-group .content .item{width:160px;display:flex;justify-content:space-between;height:40px;align-items:center;padding:0 20px}.job-list-common .child-group .content .item p{display:flex;justify-content:flex-start;align-items:center}.job-list-common .child-group .content .item p .active{color:#343f99}.job-list-common .child-group .content .item p span{margin-left:5px;font-weight:600;margin-right:5px}.industry-city-nature-scale{background-color:#fff;width:520px;height:360px;position:absolute;left:50%;top:50%;margin-left:-260px;margin-top:-180px;display:flex;flex-direction:column;border-radius:4px;box-shadow:0 2px 4px 0 rgba(0,0,0,.2)}.industry-city-nature-scale .header-101{display:flex;justify-content:center;height:44px;border-bottom:1px solid rgba(0,0,0,.08)}.industry-city-nature-scale .header-101 span{position:relative;display:inline-flex;align-items:center;justify-content:center;flex-direction:column;height:100%;margin:0 30px;font-size:14px;font-weight:400;cursor:pointer}.industry-city-nature-scale .header-101 span i{background-color:#343f99;position:absolute;bottom:0;left:0;display:inline-flex;width:100%;height:2px;border-bottom:2px solid #fff}.industry-city-nature-scale .header-101 span.active{font-weight:600;color:#343f99}.industry-city-nature-scale .header-101 span.active i{border-bottom:2px solid #343f99}.industry-city-nature-scale .content-101{display:flex;flex:1 1;overflow:hidden}.industry-city-nature-scale .content-101 .city-101,.industry-city-nature-scale .content-101 .industry-101,.industry-city-nature-scale .content-101 .nature-101,.industry-city-nature-scale .content-101 .scale-101{display:flex;height:100%}.industry-city-nature-scale .content-101 .city-101 .left-101,.industry-city-nature-scale .content-101 .industry-101 .left-101,.industry-city-nature-scale .content-101 .nature-101 .left-101,.industry-city-nature-scale .content-101 .scale-101 .left-101{display:inline-flex;flex-direction:column;overflow-y:auto;padding:8px 0}.industry-city-nature-scale .content-101 .city-101 .right-101,.industry-city-nature-scale .content-101 .industry-101 .right-101,.industry-city-nature-scale .content-101 .nature-101 .right-101,.industry-city-nature-scale .content-101 .scale-101 .right-101{flex:1 1;display:inline-flex;align-items:flex-start;flex-wrap:wrap;padding:8px 0;overflow-y:auto}.industry-city-nature-scale .content-101 .city-101 .right-101 p,.industry-city-nature-scale .content-101 .industry-101 .right-101 p,.industry-city-nature-scale .content-101 .nature-101 .right-101 p,.industry-city-nature-scale .content-101 .scale-101 .right-101 p{display:inline-flex;flex-wrap:wrap}.industry-city-nature-scale .content-101 .industry-101 b{display:inline-block;width:100px;height:26px;background:#fff;border-radius:3px;border:1px solid #f8ab42;line-height:26px;margin-top:8px;text-align:center;font-weight:500;color:#f8ab42;cursor:pointer}.industry-city-nature-scale .content-101 .city-101{overflow-y:auto}.industry-city-nature-scale .content-101 .city-101 b{display:inline-block;width:100px;height:26px;background:#fff;border-radius:3px;border:1px solid #f8ab42;line-height:26px;margin-top:8px;text-align:center;font-weight:500;color:#f8ab42;cursor:pointer}.industry-city-nature-scale .footer-101{display:flex;align-items:center;justify-content:flex-end;height:52px;padding:0 8px;border-top:1px solid rgba(0,0,0,.08)}.experience-model-warps{background:#fff;width:820px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:8px;padding:20px}.experience-model-warps .experience-model{margin-top:35px}.experience-model-warps .experience-content .experience-content-title{color:#333;font-weight:600;font-size:18px}.experience-model-warps .experience-content .experience-content-detail{padding:20px 0;border-bottom:1px solid #ececec}.experience-model-warps .experience-content .experience-content-detail .experience-detail-title{font-size:14px;color:#485259;font-weight:500}.experience-model-warps .experience-content .experience-content-detail .experience-detail-con{font-size:14px;color:#9da2b0}.experience-model-warps .experience-content .experience-content-check{padding:10px 209px 10px 0;display:flex;justify-content:space-between;flex-wrap:wrap;border-bottom:1px solid #ececec;border-top:1px solid #ececec}.experience-model-warps .experience-content .experience-content-check .experience-item-check{margin-left:80px;display:flex;align-items:center;font-weight:600}.experience-model-warps .experience-content .experience-content-check .experience-item-check:first-child,.experience-model-warps .experience-content .experience-content-check .experience-item-check:nth-child(4){margin-left:0}.experience-model-warps .experience-content .experience-content-check .experience-item-check span{cursor:pointer}.experience-model-warps .experience-content .experience-content-card{padding:10px 0;display:flex;justify-content:flex-start;flex-wrap:wrap;width:780px;border-bottom:1px solid #ececec}.experience-model-warps .experience-content .experience-content-card .experience-item-card{width:180px;background-repeat:no-repeat;background-size:cover;height:90px;border-radius:5px;padding:8px 10px;display:flex;justify-content:flex-end;flex-direction:column;position:relative;cursor:pointer;margin:10px 0 10px 20px}.experience-model-warps .experience-content .experience-content-card .experience-item-card:nth-child(4n+1){margin-left:0}.experience-model-warps .experience-content .experience-content-card .experience-item-card p{font-size:16x;color:#fff;margin-bottom:10px}.experience-model-warps .experience-content .experience-content-card .experience-item-card .time{font-size:12px;color:#fff;opacity:.5}.experience-model-warps .experience-content .experience-content-card .experience-item-card .check-item span{font-size:12px;color:#fff;position:absolute;right:0;top:0}.experience-model-warps .experience-content .experience-content-argue{color:#ccc;margin-top:20px}.job-information{width:100%;padding-bottom:60px}.job-information .title{padding:20px;border-bottom:1px solid #ececec;font-size:18px;font-weight:600;color:#000;display:flex;justify-content:space-between;align-items:center}.job-information .title b{cursor:pointer}.job-information .job-information-top{padding:0 20px;margin-top:20px}.job-information .job-information-top,.job-information .job-information-top .job-information-top-right{display:flex;justify-content:space-between}.job-information .job-information-top b{color:#000;font-size:16px;font-weight:600}.job-information .job-information-top .doload-report{font-size:12px;margin-right:10px}.job-information .job-information-top .collect,.job-information .job-information-top .doload-report{color:rgba(0,0,0,.85);display:flex;align-items:center;cursor:pointer}.job-information .job-information-top .collect section{display:flex;align-items:center}.job-information .job-information-top .collect span{font-size:12px;margin-left:5px}.job-information .responsi-bilities{margin-top:30px;padding:0 20px}.job-information .responsi-bilities .responsi-bilities-head{display:flex;justify-content:space-between;margin-bottom:10px;margin-top:30px;padding-right:10px}.job-information .responsi-bilities .responsi-bilities-head .copy{font-size:12px;cursor:pointer}.job-information .responsi-bilities .text-description{color:#000;font-size:12px;font-weight:500}.job-information .responsi-information{margin-top:30px;font-weight:600;color:rgba(0,0,0,.65)}.job-information .rank-list{display:flex;justify-content:flex-start;flex-wrap:wrap}.job-information .rank-list button{margin-right:10px}.job-information .content-position-footer{display:flex;justify-content:flex-start;flex-wrap:wrap}.job-information .content-position-footer p{width:110px;background-color:#fff;margin-right:10px;padding:10px;display:flex;flex-direction:column;justify-content:space-between;height:70px;border:1px solid #ececec;border-radius:5px;margin-top:10px}.job-information .content-position-footer p span{color:#d9d9d9;font-size:12px}.job-information .content-position-footer p b{color:#485259;font-weight:600}.job-information .content-position-footer p:nth-child(3n){margin-right:0}.job-information .bottom-info{padding:0 20px}.job-information .bottom-info .single-report-right .single-report-right-content{display:flex;justify-content:flex-start}.job-information .bottom-info .single-report-right p{font-size:12px;display:flex;align-items:center;color:#485259;margin-top:10px}.job-information .same-salary-report p{cursor:pointer;margin-top:10px;display:flex;justify-content:space-between;background-color:#fff;height:40px;line-height:40px;border-radius:5px;padding:0 5px;border:1px solid #ececec}.job-information .same-salary-report p .same-salary-report-title{font-weight:600;color:#485259;display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;overflow-wrap:normal;width:160px}.job-information .same-salary-report p .same-salary-report-job{color:#d9d9d9;display:inline-flex;width:100px;font-size:14px;font-weight:500;white-space:nowrap;overflow:hidden}.job-information .same-salary-report p .same-salary-report-money{font-family:Roboto,system-ui;color:#f8ab42;font-size:16px;font-weight:600;display:inline-flex;align-items:center;justify-content:flex-end;width:80px;white-space:nowrap}.job-information .same-salary-report p .same-salary-report-money span{font-size:16px}.preview-list_00380{background-color:#fff;width:678px;display:flex;justify-content:space-between;border-radius:4px;box-shadow:0 2px 4px 0 rgba(0,0,0,.2)}.preview-list_00380 .size13_03{font-size:13px}.preview-list_00380 .disabled-text{cursor:default}.preview-list_00380 .bottom_003{color:rgba(52,63,153,.85);display:inline-flex;align-items:center;justify-content:center;height:60px;width:100%;margin-top:4px;border-top:1px solid rgba(0,0,0,.08)}.preview-list_00380 .lefts{width:238px;height:calc(100vh - 215px);overflow-y:auto}.preview-list_00380 .list_0031{display:flex;flex-direction:column;padding-top:10px}.preview-list_00380 .list_0031 .section_0310{display:inline-flex;justify-content:space-between;align-items:center;white-space:nowrap;height:40px;padding:0 16px;line-height:1.3;cursor:pointer}.preview-list_00380 .list_0031 .section_0310 b{color:rgba(0,0,0,.85);font-weight:600}.preview-list_00380 .list_0031 .section_0310 b:hover{color:#343f99}.preview-list_00380 .list_0031 .section_0310 p{color:hsla(0,0%,100%,.5)}.preview-list_00380 .list_0031 .section_0310.active_0310{background-color:#fff}.preview-list_00380 .list_0031 .section_0310.active_0310 b,.preview-list_00380 .list_0031 .section_0310.active_0310 b:hover{color:#343f99}.preview-list_00380 .list_0031 .section_0310.active_0310 p{color:rgba(0,0,0,.5)}.preview-list_00380 .list_0031 .section_0310.active_0310 p:hover{color:#343f99}.preview-list_00380 .list_0031 .section_0310.active_0310 svg{fill:rgba(0,0,0,.5);color:rgba(0,0,0,.5)}.preview-list_00380 .list_0031 .section_0310:first-child{margin-top:0}.preview-list_00380 .list_0031 .section_0310 .section_0311{display:inline-flex;flex:1 1;overflow:hidden;margin-left:20px;margin-right:10px}.preview-list_00380 .list_0031 .section_0310 .section_0311 p{white-space:nowrap;line-height:1.3;margin-right:10px}.preview-list_00380 .list_0031 .section_0315 p{color:hsla(0,0%,100%,.5)}.preview-list_00380 .list_0031 .section_0315 p:hover{color:rgba(0,0,0,.5)!important}.preview-list_00380 .industry-pop_003{background-color:#fff;height:calc(100vh - 215px);overflow-y:auto;overflow-x:hidden;justify-content:space-between;padding:20px 16px 32px;border-radius:8px;z-index:3;box-shadow:0 2px 4px 0 rgba(0,0,0,.2)}.preview-list_00380 .industry-pop_003,.preview-list_00380 .industry-pop_003 section.top_0031{flex:1 1;display:flex;flex-direction:column}.preview-list_00380 .industry-pop_003 section.top_0031 p.line-0032{border-bottom:1px solid rgba(0,0,0,.08);padding-bottom:10px}.preview-list_00380 .industry-pop_003 section.top_0031 p.line-0033{display:inline-flex;flex-wrap:wrap;margin-top:15px}.preview-list_00380 .industry-pop_003 section.bottom_0031{width:100%;display:flex;flex-direction:column}.preview-list_00380 .industry-pop_003 section.bottom_0031 p.desc{background-color:rgba(0,0,0,.04);color:rgba(0,0,0,.65);font-size:12px;padding:24px 12px;border-radius:4px}.preview-list_00380 .industry-pop_003 section.bottom_0031 .customer{color:rgba(0,0,0,.25);display:flex;flex-direction:column;font-size:12px;margin-top:28px}.preview-list_00380 .industry-pop_003 section.bottom_0031 .customer p.img-0031{display:inline-flex;flex-wrap:wrap;margin-right:-40px}.preview-list_00380 .industry-pop_003 section.bottom_0031 .customer p.img-0031 img{height:30px;margin-top:16px;border-radius:4px;margin-right:40px}.report-change-warp{padding:20px 0 35px;background-color:#f4f4f4;height:105px}.report-change-warp .report-change-tab{display:flex;justify-content:flex-start;height:50px;background:#fff;box-shadow:0 2px 4px 0 rgba(0,0,0,.05);border-radius:25px;align-items:center}.report-change-warp .report-change-tab .back{display:flex;align-items:center;margin:0 20px;cursor:pointer}.report-change-warp .report-change-tab .back b{margin-left:5px;color:#485259}.report-change-warp .report-change-tab .back b:hover{color:#343f99}.report-change-warp .report-change-tab .back svg{transform:rotate(180deg);margin-top:2px}.report-change-warp .report-change-tab span{margin:0 20px;color:#485259;cursor:pointer;font-weight:600;padding:0 10px}.report-change-warp .report-change-tab .active{color:#fff;background-color:#f8ab42;border-radius:15px;height:30px;line-height:30px}.tip-660{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.tip-660 .content-666000{background-color:#fff;position:relative;width:440px;height:250px;display:flex;flex-direction:column;padding:0 20px;border-radius:5px;box-shadow:0 0 10px 0 rgba(0,0,0,.15)}.tip-660 .content-666000 .title-666{display:inline-flex;align-items:center;justify-content:space-between;height:50px;width:100%;border-bottom:1px solid #ececec}.tip-660 .content-666000 .title-666 strong{font-size:16px;font-weight:600}.tip-660 .content-666000 .text-666000{flex:1 1;display:inline-flex;flex-direction:column;align-items:center;justify-content:center}.tip-660 .content-666000 .text-666000 span{font-size:14px;font-weight:500;line-height:24px;color:#000}.tip-660 .content-666000 .line-666{display:inline-flex;justify-content:center;padding-top:10px;padding-bottom:20px}.report-advertise{display:flex;justify-content:space-between;height:60px;border-radius:8px;background-image:url(https://file.smartsalary.cn/web-img%402.0/market/image/picture001.png);background-repeat:no-repeat;background-size:100% 100%;position:relative;cursor:pointer}.report-advertise .advertise-checkVip{color:#fff;font-size:16px;font-weight:600;margin-top:8px;margin-left:30px}.report-advertise .advertise-generally{color:#fff;font-size:12px;margin-left:30px}.report-advertise .advertise-close-icon{position:absolute;right:3px;top:3px;cursor:pointer}.change-range_10{background-color:#fff;width:100%;display:flex;flex-direction:column;border-radius:5px}.change-range_10 .range-11{display:flex;border-top:1px solid #ececec;border-bottom:1px solid #ececec}.change-range_10 .range-11 .range-20{flex:1 1;display:inline-flex;flex-direction:column;align-items:flex-start;padding:10px 20px 2px;border-right:1px solid #ececec}.change-range_10 .range-11 .range-20:last-child{border-right:none}.change-range_10 .range-11 .range-20 .span-20{color:#878787;margin-bottom:8px;font-size:12px;font-weight:500}.city-map_0091{display:flex;width:calc(100% - 330px);height:520px}.city-map_0091,.city-map_0091 canvas,.city-map_0091 div{border-radius:8px}.city-map_0091 #map-091{width:100%;height:100%}.city-map_0091 .title2{position:absolute;top:30px;left:30px}.city-map_0091 .city-area_0091{position:absolute;display:flex;flex-direction:column;right:0;top:0;height:100%;width:330px}.city-map_0091 .city-area_0091 .list2{display:flex}.city-salary-distributed{background-color:#fff;border-radius:5px;padding:20px;border:1px solid #ececec;margin-top:20px}.city-salary-distributed .home-title_00151{position:relative}.city-salary-distributed .city-salary-head{display:flex;justify-content:space-between;position:relative}.city-salary-distributed .city-salary-head .desition{color:rgba(0,0,0,.5);position:absolute;z-index:999;top:40px;font-size:12px;font-weight:500}.city-salary-distributed .city-salary-head .sub-title{color:rgba(0,0,0,.85);font-weight:600;font-size:16px}.city-salary-distributed .city-salary-head .tab-change{display:flex;justify-content:space-between;width:606px}.city-salary-distributed .city-salary-bottom{position:relative}.distributed{background-color:#fff;width:calc(33.3% - 7px);padding:20px;border-radius:5px;border:1px solid #ececec}.distributed .portrait-item-003{position:relative}.distributed .distributed-title{display:flex;align-items:center}.distributed .scale_0911{flex:1 1;display:inline-flex;flex-direction:column;margin-top:25px;width:100%}.distributed .scale_0911 .value{font-family:Roboto,system-ui}.distributed .scale_0911 .one span{background-color:#343f99}.distributed .scale_0911 .two span{background-color:#86d4e0}.distributed .scale_0911 .three span{background-color:#f8ab42}.distributed .scale_0911 .four span{background-color:#fa6400}.distributed .scale_0911 .five span{background-color:#00c389}.distributed .scale_0911 .six span{background-color:#44d7b6}.distributed .scale_0911 .seven span,.distributed .scale_0911 .success span{background-color:#ccc}.distributed .scale_0911 .progres-hover-item,.distributed .scale_0911 .progress_0911{display:inline-flex;align-items:center;justify-content:space-between;height:42px;margin-left:20px;cursor:pointer;padding:8px 10px;border-radius:4px}.distributed .scale_0911 .progres-hover-item>p,.distributed .scale_0911 .progress_0911>p{flex:1 1;display:inline-flex;flex-direction:column;justify-content:space-between;height:100%}.distributed .scale_0911 .progres-hover-item>p span,.distributed .scale_0911 .progress_0911>p span{width:100%;line-height:1}.distributed .scale_0911 .progres-hover-item .value,.distributed .scale_0911 .progress_0911 .value{color:#000;font-size:16px;font-weight:600;margin-left:5px;display:block;width:45px}.distributed .scale_0911 .progres-hover-item,.distributed .scale_0911 .progress_0911:hover{background-color:rgba(52,63,153,.04)}.distributed .sub-title{color:rgba(0,0,0,.85);font-size:16px;font-weight:600;line-height:1;display:inline-block}.distributed .portrait-item-02{margin:20px auto 0}.distributed .salary-change{width:174px;height:20px;margin:20px auto 0}.distributed .salary-change .tabs{display:flex;justify-content:space-between}.distributed .salary-change .tabs p{color:rgba(0,0,0,.65);font-weight:600;cursor:pointer}.distributed .salary-change .tabs .current{color:#343f99;border-bottom:2px solid #343f99;font-weight:600}.gulupic{display:flex;justify-content:space-between;height:60px;border-radius:8px;background-image:url(https://file.smartsalary.cn/web-img%402.0/market/image/picture002.png);background-repeat:no-repeat;background-size:100% 100%;position:relative;cursor:pointer}.gulupic .advertise-checkVip{color:#fff;font-size:16px;font-weight:600;margin-top:8px;margin-left:30px}.gulupic .advertise-generally{color:#fff;font-size:12px;margin-left:30px}.gulupic .advertise-close-icon{position:absolute;right:3px;top:3px;cursor:pointer}.home-title_00151{display:inline-flex;align-items:center}.home-title_00151 i{background-color:#f8ab42;display:inline-flex;width:4px;height:22px}.home-title_00151 b{color:rgba(0,0,0,.85);font-weight:600;font-size:16px;line-height:1.1}.home-title_00151 span.label{color:rgba(0,0,0,.25);align-self:flex-end;margin-left:16px;font-size:12px;line-height:1.1}.home-title_00151 .title-0091{justify-content:space-between;width:320px;height:40px;padding:0 5px 0 16px;border-radius:4px;background:linear-gradient(270deg,rgba(52,63,153,.5),#343f99)}.home-title_00151 .title-0091,.home-title_00151 .title-0091 .one-0092{display:inline-flex;align-items:center}.home-title_00151 .title-0091 .one-0092 span{color:hsla(0,0%,100%,.85);font-size:14px;line-height:1;margin-left:4px}.home-title_00151 .title-0091 .one-0092 b{color:#fff;font-weight:600;font-size:16px;line-height:1;margin-left:16px;font-family:Roboto,system-ui}.single-report-warp{display:flex;justify-content:center;min-height:calc(100vh - 70px);padding:60px 40px 0;min-width:1280px;max-width:1920px;flex-wrap:wrap}.single-report-warp .single-all-warp{width:100%}.single-report-warp .single-all-warp .single-content-warp{width:100%;display:flex;justify-content:space-between}.single-report-warp .single-all-warp .single-content-warp .single-right-con{width:470px;height:calc(100vh - 175px);overflow-y:auto}.single-report-warp .single-all-warp .single-content-warp .single-right-con .job-information .title{padding-top:0;border:0}.single-report-warp .single-all-warp .single-content-warp .single-left-con{flex:1 1;height:calc(100vh - 175px);overflow-y:auto;overflow-x:hidden}.single-report-warp .single-all-warp .single-content-warp .single-left-con .title-top{display:flex;justify-content:space-between;margin-bottom:20px;height:33px}.single-report-warp .single-all-warp .single-content-warp .single-left-con .title-top .top-left{display:flex;justify-content:flex-start;align-items:center;position:relative}.single-report-warp .single-all-warp .single-content-warp .single-left-con .title-top .top-left h3{display:flex;justify-content:flex-start;align-items:center}.single-report-warp .single-all-warp .single-content-warp .single-left-con .title-top .top-left h3 b{font-size:22px;font-weight:600;color:#000}.single-report-warp .single-all-warp .single-content-warp .single-left-con .title-top .top-left h3 span{display:flex;align-items:center;margin-left:5px;font-weight:400;font-size:14px;color:#343f99;cursor:pointer}.single-report-warp .single-all-warp .single-content-warp .single-left-con .title-top .top-left h3 span i{display:flex;align-items:center;justify-content:center;background-color:#343f99;width:14px;height:14px;border-radius:50%;margin-right:3px}.single-report-warp .single-all-warp .single-content-warp .single-left-con .title-top .top-left em{margin-left:20px;font-style:normal;margin-top:2px;color:#485259;font-size:12px}.single-report-warp .single-all-warp .single-content-warp .single-left-con .title-top .top-right{position:relative}.single-report-warp .single-all-warp .single-content-warp .single-left-con .title-top .top-right .history-btn{margin-right:20px;cursor:pointer;width:128px;height:30px;background:#fff;border-radius:5px;border:1px solid #343f99;display:flex;align-items:center;justify-content:center;color:#343f99}.single-report-warp .single-all-warp .single-content-warp .single-left-con .title-top .top-right .history-btn svg{margin-right:5px}.single-report-warp .single-all-warp .single-content-warp .single-left-con .title-top .top-right .dors{position:fixed;width:100vw;height:100vh;left:0;top:0;z-index:22;background-color:transparent}.single-report-warp .single-all-warp .single-content-warp .single-left-con .title-top .top-right .history-list{position:absolute;right:0;top:35px;background-color:#fff;width:374px;background:#fff;box-shadow:0 2px 10px 0 rgba(0,0,0,.2);border-radius:10px;z-index:33;padding:15px 20px}.single-report-warp .single-all-warp .single-content-warp .single-left-con .title-top .top-right .history-list p{display:flex;justify-content:space-between;align-items:center;position:relative;z-index:33}.single-report-warp .single-all-warp .single-content-warp .single-left-con .title-top .top-right .history-list p span{cursor:pointer}.single-report-warp .single-all-warp .single-content-warp .single-left-con .title-top .top-right .history-list .list-top{display:flex;justify-content:flex-start;align-items:center;margin:20px 0 5px}.single-report-warp .single-all-warp .single-content-warp .single-left-con .title-top .top-right .history-list .list-top span{color:#000;opacity:.6;font-size:12px;width:80px}.single-report-warp .single-all-warp .single-content-warp .single-left-con .title-top .top-right .history-list .list-top b{color:#000;opacity:.66;font-size:12px;margin-left:20px}.single-report-warp .single-all-warp .single-content-warp .single-left-con .title-top .top-right .history-list .scroll-con{height:calc(100vh - 360px);overflow-y:auto;z-index:33;position:relative}.single-report-warp .single-all-warp .single-content-warp .single-left-con .title-top .top-right .history-list .scroll-con .list-content{display:flex;justify-content:flex-start;align-items:center;padding:15px 0;border-bottom:1px solid #ececec}.single-report-warp .single-all-warp .single-content-warp .single-left-con .title-top .top-right .history-list .scroll-con .list-content span{color:#000;opacity:.5;font-size:12px;width:80px}.single-report-warp .single-all-warp .single-content-warp .single-left-con .title-top .top-right .history-list .scroll-con .list-content b{color:#000;font-size:12px;margin-left:20px;font-weight:600;cursor:pointer}.single-report-warp .single-all-warp .single-content-warp .single-left-con .title-top .top-right .history-list .scroll-con .list-content b:hover{color:#343f99}.single-report-warp .single-all-warp .single-content-warp .single-left-con .title-top .top-right .history-list .list-bot{display:flex;justify-content:center;align-items:center;margin:15px 0 10px;font-size:12px;font-weight:500;color:#878787;cursor:pointer}.single-report-warp .single-all-warp .single-content-warp .single-left-con .main-content{background-color:#fff;border-radius:5px;padding:0 0 20px}.single-report-warp .single-all-warp .single-content-warp .single-left-con .main-content .content-chart{padding:20px}.single-report-warp .single-all-warp .single-content-warp .single-left-con .main-content .content-chart .pie-chart-distribution{display:flex;justify-content:space-between;margin-top:20px}.single-report-warp .single-all-warp .single-content-warp .single-left-con .main-content .content-chart .report-picture{margin-top:20px}.single-report-warp .single-all-warp .single-content-warp .single-left-con .main-content .concact-btn-bot{width:80px;height:28px;border-radius:3px;margin:20px auto;border:1px solid #f8ab42;text-align:center;color:#f8ab42;font-weight:500;line-height:26px;cursor:pointer}.job-detail-model{position:absolute;left:0;top:40px;background:#fff;box-shadow:0 0 10px 0 rgba(0,0,0,.2);border-radius:10px;z-index:99;height:calc(100vh - 235px);min-width:500px}.job-detail-model .dors{position:fixed;width:100vw;height:100vh;left:0;top:0;z-index:22;background-color:transparent}.job-detail-model .top-content{display:flex;justify-content:space-between;padding:20px;align-items:center;position:relative;z-index:33}.job-detail-model .top-content .title-inputs{display:flex;justify-content:flex-start;align-items:center}.job-detail-model .top-content .title-inputs .check-job{font-weight:500;color:#000;margin-right:10px}.job-detail-model .top-content .title-inputs b{font-weight:400;color:#343f99;margin-left:10px;cursor:pointer}.job-detail-model .top-content .dont-job{display:flex;justify-content:space-between;align-items:center;color:#343f99;margin-right:20px;cursor:pointer}.job-detail-model .top-content .dont-job b{margin-left:5px;font-size:13px}.job-detail-model .top-content .dont-job .close-icon{position:absolute;right:5px;top:21px}.job-detail-model .top-content .dont-job span{font-size:13px;color:#878787;font-weight:400;margin-left:5px}.job-detail-model .list-contents{display:flex;justify-content:flex-start;position:relative;z-index:33}.job-detail-model .list-contents .list-item{min-width:220px;flex:1 1;height:calc(100vh - 308px)}.job-detail-model .list-contents .list-item h4{padding:15px 20px;font-size:12px;font-weight:500;color:#878787;border-top:1px solid #ececec;border-bottom:1px solid #ececec;margin-bottom:3px}.job-detail-model .list-contents .list-item .item-content{border-left:1px solid #ececec;height:calc(100% - 53px);overflow-y:auto}.job-detail-model .list-contents .list-item .item-content p{font-weight:400;color:#485259}.job-detail-model .list-contents .list-item .item-content p:first-child{padding-top:10px}.job-detail-model .list-contents .list-item-categre{width:220px;padding-right:10px;height:calc(100vh - 308px)}.job-detail-model .list-contents .list-item-categre h4{padding:15px 20px;font-size:12px;font-weight:500;color:#878787;border-top:1px solid #ececec;border-bottom:1px solid #ececec;margin-bottom:3px}.job-detail-model .list-contents .list-item-categre .spe-bg{background:#f7f8fb;border-radius:10px;height:calc(100% - 53px);overflow-y:auto}.job-detail-model .list-contents .list-item-categre .spe-bg p{font-weight:400;color:#485259}.job-detail-model .list-contents .list-item-categre .spe-bg p:first-child{padding-top:10px}.job-detail-model .search-content{min-width:880px;width:880px;height:calc(100% - 70px);position:relative;z-index:33;overflow-y:auto}.job-detail-model .search-content .nothing-data{display:flex;justify-content:center;flex-direction:column;align-items:center;height:100%}.job-detail-model .search-content .nothing-data p{margin-bottom:15px;font-weight:400;color:#878787}.job-detail-model .search-content .nothing-data .return{width:90px;height:30px;background:#f7f8fb;border-radius:5px;border:1px solid #343f99;line-height:30px;text-align:center;cursor:pointer;color:#343f99}.job-detail-model .search-content .search-result-content{padding:0 20px 20px}.job-detail-model .search-content .search-result-content .list-item{display:flex;justify-content:flex-start;border-top:1px solid #ececec;padding-top:25px}.job-detail-model .search-content .search-result-content .list-item .item-name{color:#878787;width:210px;font-weight:400}.job-detail-model .search-content .search-result-content .list-item .right-con{display:flex;justify-content:flex-start;flex-wrap:wrap;flex:1 1}.job-detail-model .search-content .search-result-content .list-item .right-con p{width:210px;color:#000;font-weight:400;margin-bottom:25px;cursor:pointer}.job-salary-income{width:100%}.job-salary-income .left{background-color:#fff;padding:20px;border-radius:5px;border:1px solid #ececec;position:relative}.job-salary-income .left .title{color:rgba(0,0,0,.85);font-size:16px;font-weight:600;margin-bottom:10px}.job-salary-income .left .desition{font-size:12px;color:#d9d9d9;font-weight:500}.job-salary-income .left .blur-login-warp{height:calc(100% - 110px)}.job-salary-income .right{width:100%;display:flex;justify-content:space-between;margin-top:20px;height:300px;overflow:hidden}.job-salary-income .right .title{color:rgba(0,0,0,.85);font-size:16px;font-weight:600;display:flex;align-items:center}.job-salary-income .right .proportion-salary{background-color:#fff;border-radius:4px;width:420px;border:1px solid #ececec;padding:20px 20px 0}.job-salary-income .right .proportion-salary .proportion-salary-content{display:flex;justify-content:flex-start;align-items:center;margin-top:20px;position:relative}.job-salary-income .right .proportion-salary .proportion-salary-content .portrait-item-008{width:160px;display:flex;justify-content:space-between;align-items:center;left:30px;bottom:75px;position:absolute;font-size:16px}.job-salary-income .right .proportion-salary .proportion-salary-content .portrait-item-008 span{font-family:Roboto,system-ui}.job-salary-income .right .proportion-salary .proportion-salary-content .portrait-item-title .fix{display:flex;justify-content:flex-start;align-items:center;font-size:14px;color:#485259}.job-salary-income .right .proportion-salary .proportion-salary-content .portrait-item-title .fix b{width:9px;height:9px;border-radius:50%;background-color:#343f99;display:block}.job-salary-income .right .proportion-salary .proportion-salary-content .portrait-item-title .fix span{font-family:Roboto,system-ui;font-size:16px;margin-top:5px}.job-salary-income .right .proportion-salary .proportion-salary-content .portrait-item-title .float{display:flex;justify-content:flex-start;align-items:center;font-size:14px;color:#485259}.job-salary-income .right .proportion-salary .proportion-salary-content .portrait-item-title .float b{width:9px;height:9px;border-radius:50%;background-color:#f8ab42;display:block}.job-salary-income .right .proportion-salary .proportion-salary-content .portrait-item-title .float span{font-family:Roboto,system-ui;font-size:16px;margin-top:5px}.job-salary-income .right .proportion-salary .proportion-salary-content .proportion-salary-right{margin-left:10px}.job-salary-income .right .proportion-salary .proportion-salary-content .proportion-salary-right .active{background-color:rgba(52,63,153,.04)}.job-salary-income .right .proportion-salary .proportion-salary-content .proportion-salary-right span{color:rgba(0,0,0,.5);text-align:center;display:block;width:125px;margin-top:10px;padding:10px;cursor:pointer;border-radius:4px}.job-salary-income .right .proportion-salary .proportion-salary-content .proportion-salary-right span b{color:rgba(0,0,0,.85);font-size:24px;font-weight:600;display:block}.job-salary-income .right .salary-chain-ratio{background-color:#fff;border-radius:4px;padding:20px 20px 0;flex:1 1;border:1px solid #ececec;margin-left:20px}.job-salary-income .right .salary-chain-ratio .salary-chain-content{position:relative}.job-salary-income .right .salary-chain-ratio .salary-chain-bottom{margin-top:10px;display:flex;justify-content:space-between}.job-salary-income .right .salary-chain-ratio .salary-chain-bottom p{font-size:12px;border-radius:4px}.job-salary-income .right .salary-chain-ratio .salary-chain-bottom p span{font-family:Roboto,system-ui;margin-top:3px;font-size:18px}.job-salary-income .right .salary-chain-ratio .salary-chain-bottom p span svg{margin-right:5px}.job-salary-income .right .salary-chain-ratio .salary-chain-bottom p:first-child{color:rgba(0,0,0,.5);margin-right:10px;padding:10px}.job-salary-income .right .salary-chain-ratio .salary-chain-bottom p:first-child span{color:#e02020}.job-salary-income .right .salary-chain-ratio .salary-chain-bottom p:nth-child(2){color:rgba(0,0,0,.5);margin-right:10px;padding:10px}.job-salary-income .right .salary-chain-ratio .salary-chain-bottom p:nth-child(2) span{color:#00c389}.map-top-ranking-00895{background-color:#343f99;width:300px;height:438px;padding:20px 10px;overflow:hidden;border-radius:8px 8px 0 0;position:absolute;right:30px;bottom:0}.map-top-ranking-00895 .map-top-ranking-content-005{display:flex;justify-content:space-between;color:#fff;padding:7px 5px 6px;cursor:pointer}.map-top-ranking-00895 .map-top-ranking-content-005 .map-item-008{color:hsla(0,0%,100%,.85);display:block;white-space:nowrap}.map-top-ranking-00895 .map-top-ranking-content-005 .up-item-009{font-family:Roboto,system-ui;width:60px;display:block;text-align:right}.map-top-ranking-00895 .map-top-ranking-content-005 .up-item-009 span{margin-top:3px;margin-right:3px;transform:scale(.5);font-size:10px}.map-top-ranking-00895 .map-top-ranking-content-005 .up-item-002{font-family:Roboto,system-ui;width:60px;display:block}.map-top-ranking-00895 .map-top-ranking-content-005 .svg-xinzhi-logo{margin-right:5px}.map-top-ranking-00895 .map-top-ranking-content-005 .map-top-progress-001{width:120px;height:8px;padding:6px 0}.map-top-ranking-00895 .map-top-ranking-content-005 .map-top-progress-001 .css-fl5ss-MuiLinearProgress-root{height:8px;border-radius:4px}.map-top-ranking-00895 .map-top-ranking-content-005 .map-top-progress-001 .css-20vwwh-MuiLinearProgress-bar1{background-color:#fff;height:8px;width:100px;border-radius:4px}.map-top-ranking-00895 .map-top-ranking-content-005 .map-top-progress-001 .css-11q6a51-MuiLinearProgress-dashed{margin-top:3px;display:none}.map-top-ranking-00895 .map-top-ranking-content-008{background-color:#fff;border-radius:4px;display:flex;justify-content:space-between;color:#fff;padding:7px 5px 6px;cursor:pointer}.map-top-ranking-00895 .map-top-ranking-content-008 .svg-xinzhi-logo{margin-right:5px}.map-top-ranking-00895 .map-top-ranking-content-008 .up-item-009{font-family:Roboto,system-ui;width:60px;display:block;text-align:right}.map-top-ranking-00895 .map-top-ranking-content-008 .up-item-009 span{margin-top:3px;margin-right:3px;transform:scale(.5);font-size:10px}.map-top-ranking-00895 .map-top-ranking-content-008 .up-item-002{font-family:Roboto,system-ui;width:60px;display:block}.map-top-ranking-00895 .map-top-ranking-content-008 .map-top-progress-001{width:120px;height:8px;padding:6px 0}.map-top-ranking-00895 .map-top-ranking-content-008 .map-top-progress-001 .css-fl5ss-MuiLinearProgress-root{height:8px;border-radius:4px}.map-top-ranking-00895 .map-top-ranking-content-008 .map-top-progress-001 .css-20vwwh-MuiLinearProgress-bar1{background:#343f99;height:8px;width:100px;border-radius:4px}.map-top-ranking-00895 .map-top-ranking-content-008 .map-top-progress-001 .css-11q6a51-MuiLinearProgress-dashed{margin-top:3px;display:none}.map-top-ranking-00895 .map-top-ranking-content-008 .map-item-008{color:#000;white-space:nowrap}.map-top-ranking-00895 .map-top-ranking-content-008 span{color:#000}.map-top-ranking-00895 .map-top-ranking-content-008 .css-20vwwh-MuiLinearProgress-bar1{background:#343f99}.map-top-ranking-00895 .sub-title,.map-top-ranking-00895 .sub-title01{color:#fff;font-size:16px;font-weight:600;line-height:1;padding-top:4px;display:inline;border-top:2px solid #f8ab42;margin-left:5px}.map-top-ranking-00895>p{color:hsla(0,0%,100%,.5);font-size:12px;margin-top:5px;margin-bottom:10px;padding:0 5px}.hint-error-model{background-color:#fff;width:520px;height:197px;border-radius:8px;margin:200px auto 0}.hint-error-model .hint-error-title{display:inline-block;border-top:2px solid #de993b;padding-top:5px;margin:15px 0 0 15px;font-weight:600;font-size:16px}.hint-error-model .hint-error-content{height:98px;font-size:14px;padding:30px 15px 0;border-bottom:1px solid #ccc}.salary-range{background-color:#fff;border-radius:5px;padding:20px;margin-top:20px;border:1px solid #ececec;position:relative}.salary-range .blur-login-warp{height:calc(100% - 66px)}.salary-range b{color:rgba(0,0,0,.85);font-size:16px;font-weight:600}.salary-range p{color:rgba(0,0,0,.25);font-size:12px}.salary-range .average{font-weight:600;color:#343f99;display:flex;align-items:center}.salary-range .average span{font-family:Roboto,system-ui;font-size:24px;color:#000}.report-lengend{display:flex;justify-content:space-between}.report-lengend .report-lengend-content{overflow:hidden}.report-lengend .report-lengend-content .left{width:10px;height:75px;display:flex;justify-content:space-between;flex-flow:column;border-radius:5px;margin-top:3px;float:left}.report-lengend .report-lengend-content .left span{display:block;width:10px;height:10px;border-radius:50%}.report-lengend .report-lengend-content .mid{height:80px;display:flex;justify-content:space-between;flex-flow:column;margin-left:10px;float:left}.report-lengend .report-lengend-content .mid span{display:block}.report-lengend .report-lengend-content .right{height:80px;display:flex;justify-content:space-between;flex-flow:column;margin-left:15px;float:left}.report-lengend .report-lengend-content .right span{color:rgba(0,0,0,.85);display:block;font-size:14px;font-weight:600}.tab-content-01{width:192px;height:36px;padding:2px;display:flex;justify-content:space-between;border:1px solid #f4f4f4;border-radius:4px;margin-right:10px}.tab-content-01 .tab-item,.tab-content-01 .tab-item-active{width:60px;height:30px;text-align:center;line-height:30px;cursor:pointer}.tab-content-01 .tab-item-active{background-color:#343f99;color:#fff}.universal-year-table{background-color:rgba(0,0,0,.02);margin:0 auto;padding:30px 0;display:flex;justify-content:flex-start;border-radius:8px}.universal-year-table .universal-year-table-left{width:calc(50% - 30px);white-space:nowrap}.universal-year-table .universal-year-table-left p{color:rgba(0,0,0,.85);font-size:14px;border-top:1px solid rgba(0,0,0,.08);line-height:32px;text-align:center;margin-left:20px}.universal-year-table .universal-year-table-left p:last-child{border-bottom:1px solid rgba(0,0,0,.08)}.universal-year-table .universal-year-table-right{margin-left:20px;width:calc(50% - 30px)}.universal-year-table .universal-year-table-right p{font-family:Roboto,system-ui;color:rgba(0,0,0,.85);font-size:14px;border-bottom:1px solid rgba(0,0,0,.08);line-height:32px;text-align:right;margin-left:20px;white-space:nowrap}.universal-year-table .universal-year-table-right section:first-child p{border-top:1px solid rgba(0,0,0,.08);font-family:PingFang SC,PingFang SC Medium,PingFangSC Regular,system-ui,sans-serif}.universal-year-table .switch-year-table{border-top:1px solid rgba(0,0,0,.08);border-bottom:1px solid rgba(0,0,0,.08);margin-top:33px;display:flex;text-align:center;align-items:center}.universal-year-table .switch-year-table p{text-align:center;width:100%}.hidden{visibility:hidden}.visible{visibility:visible}.none{display:none!important}.empty-101{background-color:#fff;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:40px 0;border-radius:8px}.empty-101 img{width:185px;height:100px}.empty-101 span{color:rgba(0,0,0,.5);margin-top:8px;font-size:12px}.pointer{cursor:pointer}.digit-font{font-family:DIN Alternate,system-ui}.dialog-010{justify-content:space-between;width:360px;height:408px}.dialog-010,.dialog-010 .top-010{display:flex;flex-direction:column}.dialog-010 .top-010{padding:20px}.dialog-010 .top-010 .title-010{display:inline-flex}.dialog-010 .top-010 .title-010 span{padding-top:4px;font-size:16px;font-weight:600;line-height:1;border-top:2px solid #f8ab42}.dialog-010 .top-010 .line01{margin-top:15px}.dialog-010 .bottom-010{display:inline-flex;padding:8px 20px;justify-content:flex-end;border-top:1px solid rgba(0,0,0,.08)}.consult-warp-model{width:520px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:8px;background:#fff;padding:20px}.consult-warp-model .title{font-size:18px;font-weight:600;color:#485259;display:inline-block;border-bottom:2px solid #f8ab42}.consult-warp-model .content{font-weight:500;color:#000;line-height:30px;margin-top:40px;text-align:center}.consult-warp-model .btn{width:120px;height:36px;background:#fff;border-radius:18px;border:1px solid #cfcfcf;font-weight:600;color:#485259;line-height:36px;text-align:center;margin:100px auto 0;display:block;cursor:pointer}.answer_hidden__wP2S0{visibility:hidden}.answer_visible__JQUGz{visibility:visible}.answer_none__NKwsm{display:none!important}.answer_empty-101__edwAT{background-color:#fff;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:40px 0;border-radius:8px}.answer_empty-101__edwAT img{width:185px;height:100px}.answer_empty-101__edwAT span{color:rgba(0,0,0,.5);margin-top:8px;font-size:12px}.answer_pointer__PloYu{cursor:pointer}.answer_digit-font__aH5sB{font-family:DIN Alternate,system-ui}.answer_dialog-010__VX8yJ{display:flex;flex-direction:column;justify-content:space-between;width:360px;height:408px}.answer_dialog-010__VX8yJ .answer_top-010__D8VUO{display:flex;flex-direction:column;padding:20px}.answer_dialog-010__VX8yJ .answer_top-010__D8VUO .answer_title-010__MI1dM{display:inline-flex}.answer_dialog-010__VX8yJ .answer_top-010__D8VUO .answer_title-010__MI1dM span{padding-top:4px;font-size:16px;font-weight:600;line-height:1;border-top:2px solid #f8ab42}.answer_dialog-010__VX8yJ .answer_top-010__D8VUO .answer_line01__nHnCt{margin-top:15px}.answer_dialog-010__VX8yJ .answer_bottom-010__BnnAE{display:inline-flex;padding:8px 20px;justify-content:flex-end;border-top:1px solid rgba(0,0,0,.08)}.answer_HomeQuestion__00Y8A{display:flex;justify-content:space-between;flex-direction:column}.answer_HomeQuestion__00Y8A .answer_homeContent__uYtK4{height:350px;overflow-y:auto}.answer_HomeQuestion__00Y8A .answer_btnGroup__bpQ_D{display:flex;justify-content:flex-start}.answer_HomeQuestion__00Y8A .answer_btnGroupOne__KhaJx{display:flex;justify-content:center}.answer_HomeQuestion__00Y8A .answer_numProgress__9OBFi{height:36px;display:flex;justify-content:space-between;flex-direction:column;padding-top:10px;margin-right:20px}.answer_HomeQuestion__00Y8A .answer_numProgress__9OBFi .answer_num__OFRVg{text-align:right}.answer_HomeQuestion__00Y8A .answer_numProgress__9OBFi .answer_num__OFRVg span{color:#f8ab42}.answer_HomeQuestion__00Y8A .answer_selectTitle__fkEO9{font-size:16px;font-weight:600;color:#000}.answer_HomeQuestion__00Y8A .answer_list__yRNuB{display:flex;justify-content:space-between;align-items:center;margin-top:20px;height:36px;cursor:pointer}.answer_HomeQuestion__00Y8A .answer_list__yRNuB .answer_city__Ep8WA{width:90px;color:#878787;font-size:14px}.answer_HomeQuestion__00Y8A .answer_list__yRNuB .answer_select___hoJv{flex:1 1;display:flex;justify-content:space-between;align-items:center;border:1px solid #ececec;border-radius:5px;padding:0 0 0 10px;height:36px}.answer_HomeQuestion__00Y8A .answer_list__yRNuB .answer_select___hoJv .answer_left__TMXXi{display:flex;justify-content:flex-start;align-items:center}.answer_HomeQuestion__00Y8A .answer_list__yRNuB .answer_select___hoJv .answer_left__TMXXi p{margin-left:15px;font-size:14px;color:#343f99;font-weight:600}.answer_HomeQuestion__00Y8A .answer_list__yRNuB .answer_select___hoJv span{margin-right:13px}.answer_industryWarpModel__72vfa{background-color:#fff;width:520px;height:360px;position:absolute;left:50%;top:50%;margin-left:-260px;margin-top:-180px;display:flex;flex-direction:column;border-radius:4px;box-shadow:0 2px 4px 0 rgba(0,0,0,.2)}.answer_industryWarpModel__72vfa .answer_title__9i8rW{display:inline-flex;justify-content:space-between;align-items:center;height:60px;width:100%;padding:0 10px 0 20px;border-bottom:1px solid rgba(0,0,0,.08)}.answer_industryWarpModel__72vfa .answer_title__9i8rW span{padding-top:4px;font-size:16px;font-weight:500;line-height:1;border-top:2px solid #f8ab42;color:#333}.answer_industryWarpModel__72vfa .answer_contentWarp__yWNM6{display:flex;flex:1 1;overflow:hidden}.answer_industryWarpModel__72vfa .answer_contentWarp__yWNM6 .answer_industryWarp__IaZqz{display:flex;height:100%;justify-content:space-between}.answer_industryWarpModel__72vfa .answer_contentWarp__yWNM6 .answer_industryWarp__IaZqz .answer_leftWarp__uSpVT{display:inline-flex;flex-direction:column;overflow-y:auto;padding:8px 0;width:148px}.answer_industryWarpModel__72vfa .answer_contentWarp__yWNM6 .answer_industryWarp__IaZqz .answer_rightWarp__W9x77{flex:1 1;display:inline-flex;align-items:flex-start;flex-wrap:wrap;padding:8px 0;overflow-y:auto}.answer_industryWarpModel__72vfa .answer_contentWarp__yWNM6 .answer_industryWarp__IaZqz .answer_rightWarp__W9x77 p{display:inline-flex;flex-wrap:wrap}.answer_industryWarpModel__72vfa .answer_contentWarp__yWNM6 .answer_industryWarp__IaZqz b{display:inline-block;width:100px;height:26px;background:#fff;border-radius:3px;border:1px solid #f8ab42;line-height:26px;margin-top:8px;text-align:center;font-weight:500;color:#f8ab42;cursor:pointer}.answer_industryWarpModel__72vfa .answer_footerWarp__DnSZN{width:100%;display:flex;align-items:center;justify-content:center;height:52px;padding:0 8px;border-top:1px solid rgba(0,0,0,.08)}.common_hidden__oxCD9{visibility:hidden}.common_visible__HFrYC{visibility:visible}.common_none__Y1g3L{display:none!important}.common_empty-101__zsbPl{background-color:#fff;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:40px 0;border-radius:8px}.common_empty-101__zsbPl img{width:185px;height:100px}.common_empty-101__zsbPl span{color:rgba(0,0,0,.5);margin-top:8px;font-size:12px}.common_pointer__35XTq{cursor:pointer}.common_digit-font__1IJl3{font-family:DIN Alternate,system-ui}.common_dialog-010__rXmB6{display:flex;flex-direction:column;justify-content:space-between;width:360px;height:408px}.common_dialog-010__rXmB6 .common_top-010__zR3t4{display:flex;flex-direction:column;padding:20px}.common_dialog-010__rXmB6 .common_top-010__zR3t4 .common_title-010__aPgaf{display:inline-flex}.common_dialog-010__rXmB6 .common_top-010__zR3t4 .common_title-010__aPgaf span{padding-top:4px;font-size:16px;font-weight:600;line-height:1;border-top:2px solid #f8ab42}.common_dialog-010__rXmB6 .common_top-010__zR3t4 .common_line01__KmXU3{margin-top:15px}.common_dialog-010__rXmB6 .common_bottom-010__h6oUd{display:inline-flex;padding:8px 20px;justify-content:flex-end;border-top:1px solid rgba(0,0,0,.08)}.common_commonHead__gvj8c{display:flex;justify-content:space-between;border-radius:5px 5px 0 0;border:1px solid #ececec;line-height:36px;background-color:#f7f8fb;margin-top:20px}.common_commonHead__gvj8c b{flex:1 1;display:flex;justify-content:center;border-right:1px solid #ececec}.common_commonHead__gvj8c b:last-child{border-right:0}.common_commonTitle___2BA2{font-family:Roboto,system-ui;font-size:12px;font-weight:600;color:#000;line-height:30px;padding-left:20px;border:1px solid #ececec;border-top:0}.common_commonTitle___2BA2 span{color:#878787}.common_commonEdit__YS2j4{display:flex;justify-content:space-between;border:1px solid #ececec;line-height:36px;border-top:0}.common_commonEdit__YS2j4>*{flex:1 1}.common_commonEdit__YS2j4 input{font-family:Roboto,system-ui;display:flex;justify-content:center;border-right:1px solid #ececec;line-height:36px;padding:0 10px;color:#343f99;text-align:center}.common_commonEdit__YS2j4 input :last-child{border-right:0}.common_commonEdit__YS2j4 p{font-family:Roboto,system-ui;display:flex;justify-content:center;border-right:1px solid #ececec;line-height:36px;color:#000;font-weight:600;font-size:13px;background-color:#f7f8fb;text-align:center}.common_prompt__xmMRD{font-size:12px;font-weight:400;color:#e02020;margin-top:20px}.common_explanatory__l_ZiR{font-size:12px;font-weight:400;color:#878787;margin-top:20px}.common_commonShow___9gV2{display:flex;justify-content:space-between;border:1px solid #ececec;line-height:36px;border-top:0}.common_commonShow___9gV2 b{font-family:Roboto,system-ui;flex:1 1;display:flex;justify-content:center;border-right:1px solid #ececec;line-height:36px;padding:0 10px;color:#000;font-weight:600;text-align:center}.common_commonShow___9gV2 b:last-child{border-right:0}.common_commonShow___9gV2 b:first-child{background-color:#f7f8fb}.common_btnGroup__PuvnM{display:flex;justify-content:flex-start;margin-top:20px}.common_numProgress__WjIVL{height:36px;display:flex;justify-content:space-between;flex-direction:column;padding-top:10px;margin-right:20px}.common_numProgress__WjIVL .common_num__a8jcy{text-align:right}.common_numProgress__WjIVL .common_num__a8jcy span{color:#f8ab42}.common_allQuestion__DVXRO{display:flex;justify-content:space-between;flex-direction:column}.common_allQuestion__DVXRO .common_allContent__sQibo{height:350px;overflow-y:auto;padding-right:5px;padding-bottom:20px;overscroll-behavior:contain}.common_allQuestion__DVXRO .common_allContent__sQibo .common_oneEdit__4_1Bu{display:flex;align-items:center;justify-content:center;font-size:14px;margin-top:20px}.common_allQuestion__DVXRO .common_allContent__sQibo .common_oneEdit__4_1Bu span{color:#485259;margin-right:10px;display:block;width:60px;font-weight:600}.common_allQuestion__DVXRO .common_allContent__sQibo .common_oneEdit__4_1Bu input{border:1px solid #ececec;border-radius:5px;flex:1 1;padding:0 10px;line-height:34px;font-weight:600;color:#343f99}.common_allQuestion__DVXRO .common_allContent__sQibo h2{font-size:16px;font-weight:600;color:#000}.common_allQuestion__DVXRO .common_allContent__sQibo h2 span{color:#878787}.common_allQuestion__DVXRO .common_allContent__sQibo h3{font-weight:600;color:#000;margin-top:20px;font-size:14px}.common_allQuestion__DVXRO .common_allContent__sQibo h3 span{color:#878787}.common_allQuestion__DVXRO .common_allContent__sQibo h4{font-weight:600;color:#000;margin-top:20px;font-size:14px}.common_allQuestion__DVXRO .common_allContent__sQibo .common_checkList__NhbIh{display:flex;justify-content:flex-start;align-items:center;margin-top:20px;font-weight:600;font-size:14px;cursor:pointer}.common_allQuestion__DVXRO .common_allContent__sQibo .common_checkList__NhbIh span{color:#485259;margin-left:5px}.common_allQuestion__DVXRO .common_allContent__sQibo .common_checkList__NhbIh .common_active__VonX9{color:#343f99}.common_allQuestion__DVXRO .common_allContent__sQibo .common_checkList__NhbIh>div{flex:1 1!important;border:1px solid #ececec;margin-left:10px;border-radius:5px;padding:0 10px}.common_allQuestion__DVXRO .common_allContent__sQibo .common_items__9NUIm{margin-top:20px}.common_allQuestion__DVXRO .common_allContent__sQibo .common_items__9NUIm .common_proActive__cCi_7{color:#343f99;display:flex;justify-content:space-between;margin-bottom:5px;font-size:14px}.common_allQuestion__DVXRO .common_allContent__sQibo .common_items__9NUIm .common_process__2gr7L{display:flex;justify-content:space-between;margin-bottom:5px;color:#485259;font-size:14px}.common_allQuestion__DVXRO .common_allContent__sQibo .common_items__9NUIm label{font-family:Roboto,system-ui;font-weight:600}.common_allQuestion__DVXRO .common_allContent__sQibo .common_items__9NUIm b{font-weight:600}.scss_hidden__mq3CG{visibility:hidden}.scss_visible__u_gI1{visibility:visible}.scss_none__vbn3_{display:none!important}.scss_empty-101__yHWxw{background-color:#fff;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:40px 0;border-radius:8px}.scss_empty-101__yHWxw img{width:185px;height:100px}.scss_empty-101__yHWxw span{color:rgba(0,0,0,.5);margin-top:8px;font-size:12px}.scss_pointer__54eC3{cursor:pointer}.scss_digit-font__xuEKC{font-family:DIN Alternate,system-ui}.scss_dialog-010__jrH7N{display:flex;flex-direction:column;justify-content:space-between;width:360px;height:408px}.scss_dialog-010__jrH7N .scss_top-010__RICkG{display:flex;flex-direction:column;padding:20px}.scss_dialog-010__jrH7N .scss_top-010__RICkG .scss_title-010__NWtSi{display:inline-flex}.scss_dialog-010__jrH7N .scss_top-010__RICkG .scss_title-010__NWtSi span{padding-top:4px;font-size:16px;font-weight:600;line-height:1;border-top:2px solid #f8ab42}.scss_dialog-010__jrH7N .scss_top-010__RICkG .scss_line01__42Akz{margin-top:15px}.scss_dialog-010__jrH7N .scss_bottom-010__nn7l_{display:inline-flex;padding:8px 20px;justify-content:flex-end;border-top:1px solid rgba(0,0,0,.08)}.scss_quertionIconWarp__kfEZt{position:fixed;right:10px;bottom:0;z-index:1002}.scss_quertionIconWarp__kfEZt .scss_quertionWarp___L9MX{position:relative}.scss_quertionIconWarp__kfEZt .scss_quertionIcon__ojsAH{width:60px;height:60px;background:#fff;box-shadow:0 0 10px 0 rgba(0,0,0,.1);border-radius:10px;display:flex;justify-content:space-between;align-items:center;flex-direction:column;font-size:12px;color:#000;padding:5px 0;cursor:pointer}.scss_quertionIconWarp__kfEZt .scss_quertionModel__v11XJ{position:absolute;bottom:65px;right:10px;border-radius:10px;width:520px;background:#fff;box-shadow:0 0 15px 0 rgba(0,0,0,.2);padding:10px 0}.scss_quertionIconWarp__kfEZt .scss_quertionModel__v11XJ .scss_oneTittle__r2ZEL{display:flex;justify-content:space-between;align-items:center;font-size:16px;color:#000;font-weight:600;padding:0 20px}.scss_quertionIconWarp__kfEZt .scss_quertionModel__v11XJ .scss_oneTittle__r2ZEL b{cursor:pointer}.scss_quertionIconWarp__kfEZt .scss_quertionModel__v11XJ .scss_twoTittle__se_GI{font-size:12px;color:#878787;padding:10px 20px;border-bottom:1px solid #ececec}.scss_quertionIconWarp__kfEZt .scss_quertionModel__v11XJ .scss_answer__q_BRk{padding:30px 15px 10px}